Clarify comment.
authorMike Taylor <mike@indexdata.com>
Thu, 23 Oct 2014 10:45:35 +0000 (11:45 +0100)
committerMike Taylor <mike@indexdata.com>
Thu, 23 Oct 2014 10:45:35 +0000 (11:45 +0100)
src/mkws-widget-record.js

index 1d77e40..2f913c6 100644 (file)
@@ -1,4 +1,4 @@
-// A widget for one record
+// A widget for a record-list of a single record
 mkws.registerWidgetType('record', function() {
   if (!this.config.maxrecs) this.config.maxrecs = 1;
   var that = this;