we do not want gas factories
[myslice.git] / third-party / jquery-ui-1.10.2 / tests / unit / resizable / resizable_common.js
diff --git a/third-party/jquery-ui-1.10.2/tests/unit/resizable/resizable_common.js b/third-party/jquery-ui-1.10.2/tests/unit/resizable/resizable_common.js
deleted file mode 100644 (file)
index c261ac5..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-TestHelpers.commonWidgetTests( "resizable", {
-       defaults: {
-               alsoResize: false,
-               animate: false,
-               animateDuration: "slow",
-               animateEasing: "swing",
-               aspectRatio: false,
-               autoHide: false,
-               cancel: "input,textarea,button,select,option",
-               containment: false,
-               delay: 0,
-               disabled: false,
-               distance: 1,
-               ghost: false,
-               grid: false,
-               handles: "e,s,se",
-               helper: false,
-               maxHeight: null,
-               maxWidth: null,
-               minHeight: 10,
-               minWidth: 10,
-               zIndex: 90,
-
-               // callbacks
-               create: null,
-               resize: null,
-               start: null,
-               stop: null
-       }
-});