aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/selectable/selectable_test_helpers.js
diff options
context:
space:
mode:
authorMike Sherov <mike.sherov@gmail.com>2012-12-08 21:27:37 -0500
committerMike Sherov <mike.sherov@gmail.com>2012-12-08 21:27:37 -0500
commit9f764467751c1c5bdefa28421807eafc9868b37f (patch)
tree3f62748637c07900fb5b4b66b9a3d9197bafc456 /tests/unit/selectable/selectable_test_helpers.js
parent5dee8dee309564626393e1871991aa2a0e58dd74 (diff)
downloadjquery-ui-9f764467751c1c5bdefa28421807eafc9868b37f.tar.gz
jquery-ui-9f764467751c1c5bdefa28421807eafc9868b37f.zip
Dev: remove unnecessary simulated drag delegation in test suite
Diffstat (limited to 'tests/unit/selectable/selectable_test_helpers.js')
-rw-r--r--tests/unit/selectable/selectable_test_helpers.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/unit/selectable/selectable_test_helpers.js b/tests/unit/selectable/selectable_test_helpers.js
deleted file mode 100644
index 6f87efbb3..000000000
--- a/tests/unit/selectable/selectable_test_helpers.js
+++ /dev/null
@@ -1,8 +0,0 @@
-TestHelpers.selectable = {
- drag: function( el, dx, dy ) {
- $( el ).simulate( "drag", {
- dx: dx || 0,
- dy: dy || 0
- });
- }
-}; \ No newline at end of file