plugins: supporting columns adding/removing + passed query instead of uuid as parameters
[myslice.git] / plugins / pres_view / pres_view.js
index c5ff26c..bd49c1c 100644 (file)
 
             return this.each(function() {
                 var $this = $(this);
-                var hazelnut = $this.data('Manifold');
+                var plugin = $this.data('Manifold');
 
                 // Unbind all events using namespacing
                 $(window).unbind(PLUGIN_NAME);
 
                 // Remove associated data
-                hazelnut.remove();
+                plugin.remove();
                 $this.removeData('Manifold');
             });
         }, // destroy