adding some tracability into the plugins code
[myslice.git] / plugins / slicestat / static / js / slicestat.js
index da17722..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);