adding some tracability into the plugins code
[myslice.git] / plugins / myplugin / static / js / myplugin.js
index 26a2992..a885ddf 100644 (file)
@@ -23,6 +23,8 @@
          *     applied, which allows to maintain chainability of calls
          */
         init: function(options, element) {
+           // for debugging tools
+           this.classname="myplugin";
             // Call the parent constructor, see FAQ when forgotten
             this._super(options, element);