mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
added empty test for containment by array option
This commit is contained in:
parent
f24bc0fb1f
commit
05368115bb
@ -202,6 +202,10 @@ test("{ containment: Selector }", function() {
|
|||||||
ok(false, 'missing test - untested code is broken code');
|
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() {
|
test("{ cursor: 'auto' }, default", function() {
|
||||||
equals(draggable_defaults.cursor, 'auto');
|
equals(draggable_defaults.cursor, 'auto');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user