adding some tracability into the plugins code
[myslice.git] / plugins / senslabmap / static / js / senslabmap.js
index 519a5af..e6a64b5 100644 (file)
@@ -1,6 +1,7 @@
 (function($){
   var SensLabMap = Plugin.extend({
     init: function(options, element) {
+       this.classname="senslabmap";
       this._super(options, element);
       
       this.elmt().on('show', this, this.on_show);