we do not want gas factories
[unfold.git] / third-party / jquery-ui-1.10.2 / tests / unit / sortable / sortable_test_helpers.js
diff --git a/third-party/jquery-ui-1.10.2/tests/unit/sortable/sortable_test_helpers.js b/third-party/jquery-ui-1.10.2/tests/unit/sortable/sortable_test_helpers.js
deleted file mode 100644 (file)
index 12e4829..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-TestHelpers.sortable = {
-       sort: function( handle, dx, dy, index, msg ) {
-               $( handle ).simulate( "drag", {
-                       dx: dx,
-                       dy: dy
-               });
-               equal( $( handle ).parent().children().index( handle ), index, msg );
-       }
-};
\ No newline at end of file