Skip to content

Commit 26b5492

Browse files
committed
Button: Fixed version properties.
1 parent e6f2141 commit 26b5492

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ui/jquery.ui.button.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,8 @@ $.widget( "ui.button", {
354354
}
355355
});
356356

357-
$.ui.button.version = "@VERSION";
358-
359357
$.widget( "ui.buttonset", {
358+
version: "@VERSION",
360359
options: {
361360
items: ":button, :submit, :reset, [type=checkbox], [type=radio], a, :data(button)"
362361
},

0 commit comments

Comments
 (0)