X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=plugins%2Fmyplugin%2Fstatic%2Fjs%2Fmyplugin.js;h=a885ddf2b04de616623f105f277f9b4bff197e5d;hp=26a29922ea59bb5eebde3f1e8b64f2f702add166;hb=91dec1137db6f3b461ab40542f06b5fa93a2efa5;hpb=5401c1b857fae502f5b49ce869ea943d8607e2bf diff --git a/plugins/myplugin/static/js/myplugin.js b/plugins/myplugin/static/js/myplugin.js index 26a29922..a885ddf2 100644 --- a/plugins/myplugin/static/js/myplugin.js +++ b/plugins/myplugin/static/js/myplugin.js @@ -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);