aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.button.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2011-02-03 12:01:26 -0500
committerScott González <scott.gonzalez@gmail.com>2011-02-03 12:01:26 -0500
commit678ff6326a984d4ff8e7f69fd31304c2520e66f3 (patch)
tree009e67dc7555d7b9749d092667c8a105d238437f /ui/jquery.ui.button.js
parent352ef4c9b3bb46867ccff5aa6b2eb6a347013ba7 (diff)
downloadjquery-ui-678ff6326a984d4ff8e7f69fd31304c2520e66f3.tar.gz
jquery-ui-678ff6326a984d4ff8e7f69fd31304c2520e66f3.zip
Added version property to plugins that were missing them.
Diffstat (limited to 'ui/jquery.ui.button.js')
-rw-r--r--ui/jquery.ui.button.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/jquery.ui.button.js b/ui/jquery.ui.button.js
index 8f63ec57a..e19a68bfe 100644
--- a/ui/jquery.ui.button.js
+++ b/ui/jquery.ui.button.js
@@ -313,6 +313,8 @@ $.widget( "ui.button", {
}
});
+$.ui.button.version = "@VERSION";
+
$.widget( "ui.buttonset", {
options: {
items: ":button, :submit, :reset, :checkbox, :radio, a, :data(button)"
@@ -367,4 +369,6 @@ $.widget( "ui.buttonset", {
}
});
+$.ui.buttonset.version = "@VERSION";
+
}( jQuery ) );