adding some tracability into the plugins code
[unfold.git] / plugins / slicestat / static / js / slicestat.js
index 0e3dc53..a55a797 100644 (file)
@@ -23,6 +23,7 @@
          *     applied, which allows to maintain chainability of calls
          */
         init: function(options, element) {
+           this.classname="slicestat";
             // Call the parent constructor, see FAQ when forgotten
             this._super(options, element);                      
                        
@@ -51,7 +52,7 @@
         },
 
         /* PLUGIN EVENTS */
-        // on_show like in hazelnut
+        // on_show like in querytable
 
 
         /* GUI EVENTS */