aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.button.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2011-05-28 15:39:55 -0400
committerScott González <scott.gonzalez@gmail.com>2011-05-28 15:39:55 -0400
commit6a5b21fda2730a0650e0144658d47b9b01bffc64 (patch)
treeb210960d5dcef436d861bf664f80c8c0af6f2de7 /ui/jquery.ui.button.js
parent2f3284811c867408652bea044849085bda923b34 (diff)
downloadjquery-ui-6a5b21fda2730a0650e0144658d47b9b01bffc64.tar.gz
jquery-ui-6a5b21fda2730a0650e0144658d47b9b01bffc64.zip
All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store version numbers on instances.
Diffstat (limited to 'ui/jquery.ui.button.js')
-rw-r--r--ui/jquery.ui.button.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/jquery.ui.button.js b/ui/jquery.ui.button.js
index 32e00e9e0..482cdc24c 100644
--- a/ui/jquery.ui.button.js
+++ b/ui/jquery.ui.button.js
@@ -41,6 +41,7 @@ var lastActive, startXPos, startYPos, clickDragged,
};
$.widget( "ui.button", {
+ version: "@VERSION",
defaultElement: "<button>",
options: {
disabled: null,
@@ -412,6 +413,4 @@ $.widget( "ui.buttonset", {
}
});
-$.ui.buttonset.version = "@VERSION";
-
}( jQuery ) );