diff options
author | Felix Nagel <info@felixnagel.com> | 2012-05-31 18:43:42 +0200 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2012-05-31 18:43:42 +0200 |
commit | 749c8fbb6673a15c6477b43d6a6a4f7101f85a5b (patch) | |
tree | e10cd0ba0124f646d568e1dea5aa177d14f949cc /ui/jquery.ui.spinner.js | |
parent | 8abe1d015f5b8d1aa68ccc9dd1ad4744b0216938 (diff) | |
parent | e0fe788ee0c0c0d8d23f9d90b9acff713ba1302f (diff) | |
download | jquery-ui-749c8fbb6673a15c6477b43d6a6a4f7101f85a5b.tar.gz jquery-ui-749c8fbb6673a15c6477b43d6a6a4f7101f85a5b.zip |
Merge branch 'master' into selectmenu
Diffstat (limited to 'ui/jquery.ui.spinner.js')
-rw-r--r-- | ui/jquery.ui.spinner.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/jquery.ui.spinner.js b/ui/jquery.ui.spinner.js index 1e4204a0c..b01feec9a 100644 --- a/ui/jquery.ui.spinner.js +++ b/ui/jquery.ui.spinner.js @@ -427,7 +427,7 @@ $.widget( "ui.spinner", { this._refresh(); }, - destroy: function() { + _destroy: function() { this.element .removeClass( "ui-spinner-input" ) .prop( "disabled", false ) @@ -436,7 +436,6 @@ $.widget( "ui.spinner", { .removeAttr( "aria-valuemin" ) .removeAttr( "aria-valuemax" ) .removeAttr( "aria-valuenow" ); - this._super(); this.uiSpinner.replaceWith( this.element ); }, |