we do not want gas factories
[unfold.git] / third-party / jquery-ui-1.10.2 / tests / unit / progressbar / progressbar_common.js
diff --git a/third-party/jquery-ui-1.10.2/tests/unit/progressbar/progressbar_common.js b/third-party/jquery-ui-1.10.2/tests/unit/progressbar/progressbar_common.js
deleted file mode 100644 (file)
index 0768576..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-TestHelpers.commonWidgetTests( "progressbar", {
-       defaults: {
-               disabled: false,
-               max: 100,
-               value: 0,
-
-               //callbacks
-               change: null,
-               complete: null,
-               create: null
-       }
-});