summaryrefslogtreecommitdiffstats
path: root/apps/it/static/js/ui/tests/unit/progressbar/progressbar_common.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/it/static/js/ui/tests/unit/progressbar/progressbar_common.js')
-rw-r--r--apps/it/static/js/ui/tests/unit/progressbar/progressbar_common.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/it/static/js/ui/tests/unit/progressbar/progressbar_common.js b/apps/it/static/js/ui/tests/unit/progressbar/progressbar_common.js
deleted file mode 100644
index 0768576..0000000
--- a/apps/it/static/js/ui/tests/unit/progressbar/progressbar_common.js
+++ /dev/null
@@ -1,12 +0,0 @@
-TestHelpers.commonWidgetTests( "progressbar", {
- defaults: {
- disabled: false,
- max: 100,
- value: 0,
-
- //callbacks
- change: null,
- complete: null,
- create: null
- }
-});