cosmetic
[myslice.git] / plugins / hazelnut / static / js / hazelnut.js
index 316c3f8..12ee398 100644 (file)
                 // XXX remove the empty checked attribute
                 line.push(this.checkbox(this.key, record[this.key]));
     
-            // XXX Is adding an array of lines more efficient ?
+// adding an array in one call is *much* more efficient
 //            this.table.fnAddData(line);
            this.buffered_lines.push(line)