imported the whole jquery-ui package, refreshed with 1.10.2
[unfold.git] / third-party / jquery-ui-1.10.2 / tests / unit / droppable / droppable_common.js
diff --git a/third-party/jquery-ui-1.10.2/tests/unit/droppable/droppable_common.js b/third-party/jquery-ui-1.10.2/tests/unit/droppable/droppable_common.js
new file mode 100644 (file)
index 0000000..c112def
--- /dev/null
@@ -0,0 +1,20 @@
+TestHelpers.commonWidgetTests( "droppable", {
+       defaults: {
+               accept: "*",
+               activeClass: false,
+               addClasses: true,
+               disabled: false,
+               greedy: false,
+               hoverClass: false,
+               scope: "default",
+               tolerance: "intersect",
+
+               // callbacks
+               activate: null,
+               create: null,
+               deactivate: null,
+               drop: null,
+               out: null,
+               over: null
+       }
+});