imported the whole jquery-ui package, refreshed with 1.10.2
[unfold.git] / third-party / jquery-ui-1.10.2 / tests / unit / button / button_common.js
diff --git a/third-party/jquery-ui-1.10.2/tests/unit/button/button_common.js b/third-party/jquery-ui-1.10.2/tests/unit/button/button_common.js
new file mode 100644 (file)
index 0000000..ef22d30
--- /dev/null
@@ -0,0 +1,14 @@
+TestHelpers.commonWidgetTests( "button", {
+       defaults: {
+               disabled: null,
+               icons: {
+                       primary: null,
+                       secondary: null
+               },
+               label: null,
+               text: true,
+
+               // callbacks
+               create: null
+       }
+});