summaryrefslogtreecommitdiffstats
path: root/apps/it/static/js/ui/tests/unit/resizable/resizable_methods.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/it/static/js/ui/tests/unit/resizable/resizable_methods.js')
-rw-r--r--apps/it/static/js/ui/tests/unit/resizable/resizable_methods.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/it/static/js/ui/tests/unit/resizable/resizable_methods.js b/apps/it/static/js/ui/tests/unit/resizable/resizable_methods.js
deleted file mode 100644
index b12f303..0000000
--- a/apps/it/static/js/ui/tests/unit/resizable/resizable_methods.js
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- * resizable_methods.js
- */
-(function($) {
-
-module("resizable: methods");
-
-// this is here to make JSHint pass "unused", and we don't want to
-// remove the parameter for when we finally implement
-$.noop();
-
-})(jQuery);