imported the whole jquery-ui package, refreshed with 1.10.2
[unfold.git] / third-party / jquery-ui-1.10.2 / tests / unit / spinner / spinner_common.js
diff --git a/third-party/jquery-ui-1.10.2/tests/unit/spinner/spinner_common.js b/third-party/jquery-ui-1.10.2/tests/unit/spinner/spinner_common.js
new file mode 100644 (file)
index 0000000..b494e3c
--- /dev/null
@@ -0,0 +1,23 @@
+TestHelpers.commonWidgetTests( "spinner", {
+       defaults: {
+               culture: null,
+               disabled: false,
+               icons: {
+                       down: "ui-icon-triangle-1-s",
+                       up: "ui-icon-triangle-1-n"
+               },
+               incremental: true,
+               max: null,
+               min: null,
+               numberFormat: null,
+               page: 10,
+               step: 1,
+
+               // callbacks
+               change: null,
+               create: null,
+               spin: null,
+               start: null,
+               stop: null
+       }
+});