]> source.dussan.org Git - jquery-ui.git/commitdiff
added empty test for containment by array option
authorJustinMacCarthy <Justin@Rubystars.biz>
Thu, 15 Jul 2010 17:16:07 +0000 (01:16 +0800)
committerScott González <scott.gonzalez@gmail.com>
Thu, 15 Jul 2010 18:44:08 +0000 (02:44 +0800)
tests/unit/draggable/draggable_options.js

index 78f6c563e397cc716cbaa668ad32d5e61fd55f2d..8ba77fb93b0fa65f0b0e94c8627427d4af5002b1 100644 (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');