From 26b5492441346aff7b609acc61b56c593b7662d2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Mon, 21 May 2012 13:51:49 -0400 Subject: [PATCH] Button: Fixed version properties. --- ui/jquery.ui.button.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/jquery.ui.button.js b/ui/jquery.ui.button.js index 44dbc68db..e2fefb10b 100644 --- a/ui/jquery.ui.button.js +++ b/ui/jquery.ui.button.js @@ -354,9 +354,8 @@ $.widget( "ui.button", { } }); -$.ui.button.version = "@VERSION"; - $.widget( "ui.buttonset", { + version: "@VERSION", options: { items: ":button, :submit, :reset, [type=checkbox], [type=radio], a, :data(button)" }, -- 2.39.5