imported the whole jquery-ui package, refreshed with 1.10.2
[unfold.git] / third-party / jquery-ui-1.10.2 / tests / unit / tabs / tabs_common.js
diff --git a/third-party/jquery-ui-1.10.2/tests/unit/tabs/tabs_common.js b/third-party/jquery-ui-1.10.2/tests/unit/tabs/tabs_common.js
new file mode 100644 (file)
index 0000000..a589515
--- /dev/null
@@ -0,0 +1,18 @@
+TestHelpers.commonWidgetTests( "tabs", {
+       defaults: {
+               active: null,
+               collapsible: false,
+               disabled: false,
+               event: "click",
+               heightStyle: "content",
+               hide: null,
+               show: null,
+
+               // callbacks
+               activate: null,
+               beforeActivate: null,
+               beforeLoad: null,
+               create: null,
+               load: null
+       }
+});