summaryrefslogtreecommitdiffstats
path: root/apps/it/static/js/ui/tests/unit/resizable/resizable_test_helpers.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/it/static/js/ui/tests/unit/resizable/resizable_test_helpers.js')
-rw-r--r--apps/it/static/js/ui/tests/unit/resizable/resizable_test_helpers.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/apps/it/static/js/ui/tests/unit/resizable/resizable_test_helpers.js b/apps/it/static/js/ui/tests/unit/resizable/resizable_test_helpers.js
deleted file mode 100644
index 7ab5aa1..0000000
--- a/apps/it/static/js/ui/tests/unit/resizable/resizable_test_helpers.js
+++ /dev/null
@@ -1,11 +0,0 @@
-TestHelpers.resizable = {
- drag: function( el, dx, dy ) {
- // this mouseover is to work around a limitation in resizable
- // TODO: fix resizable so handle doesn't require mouseover in order to be used
- $( el ).simulate("mouseover").simulate( "drag", {
- moves: 2,
- dx: dx,
- dy: dy
- });
- }
-}; \ No newline at end of file