added empty test for containment by array option

This commit is contained in:
JustinMacCarthy 2010-07-16 01:16:07 +08:00 committed by Scott González
parent f24bc0fb1f
commit 05368115bb

View File

@ -202,6 +202,10 @@ test("{ containment: Selector }", function() {
ok(false, 'missing test - untested code is broken code');
});
test("{ containment: [x1, y1, x2, y2] }", function() {
ok(false, 'missing test - untested code is broken code');
});
test("{ cursor: 'auto' }, default", function() {
equals(draggable_defaults.cursor, 'auto');