cosmetic
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 30 Sep 2013 14:26:35 +0000 (16:26 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 30 Sep 2013 14:26:35 +0000 (16:26 +0200)
plugins/hazelnut/static/js/hazelnut.js
plugins/resources_selected/static/js/resources_selected.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)
 
index b544174..0c6b27b 100644 (file)
 
         do_refresh: function(e)
         {
-            throw 'Not implemented';
+            throw 'resource_selected.do_refresh Not implemented';
         },
 
         do_reset: function(e)
         {
-            throw 'Not implemented';
+            throw 'resources_selected.do_reset Not implemented';
         },
 
         do_clear_annotations: function(e)
         {
-            throw 'Not implemented';
+            throw 'resources_selected.do_clear_annotations Not implemented';
         },
         
         /************************** GUI MANIPULATION **************************/