X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=manifold%2Fstatic%2Fjs%2Fplugin.js;fp=manifold%2Fstatic%2Fjs%2Fplugin.js;h=4530b518beb9efada7349025eea0cbfeba3c89a7;hb=7ad1e085bc705fddbf06357582afd42d03f4e5da;hp=a751e17188991ba0d5a8746bbeb5d736c850699a;hpb=04ea5e29850e650e370b7815c491f3538b442d9e;p=myslice.git diff --git a/manifold/static/js/plugin.js b/manifold/static/js/plugin.js index a751e171..4530b518 100644 --- a/manifold/static/js/plugin.js +++ b/manifold/static/js/plugin.js @@ -266,7 +266,7 @@ var Plugin = Class.extend({ /* SPIN */ // use spin() to get our default spin settings (called presets) // use spin(true) to get spin's builtin defaults - // you can also call spin_presets() yourself and tweak what you need to, like validatebutton does + // you can also call spin_presets() yourself and tweak what you need to, like topmenuvalidation does spin: function (presets) { var presets = ( presets === undefined ) ? spin_presets() : presets; try { this.$element.spin(presets); }