r2984 commited - spinner: added return to _setData after key==='buttons' match.

r2984 commited - spinner: added return to _setData after key==='buttons' match.


Revision: 2984
Author: pazu2k@gmail.com
Date: Sun Jul 26 14:47:10 2009
Log: spinner: added return to _setData after key==='buttons' match.
http://code.google.com/p/jquery-ui/source/detail?r=2984
Modified:
/branches/dev/spinner/ui/ui.spinner.js
=======================================
--- /branches/dev/spinner/ui/ui.spinner.js    Sun Jul 26 14:43:51 2009
+++ /branches/dev/spinner/ui/ui.spinner.js    Sun Jul 26 14:47:10 2009
@@ -337,6 +337,7 @@
        if (key === 'buttons') {
            this._hide();
+            return;
        }
        if (/min|max|step/.test(key) && this.options[key] != null) {