diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-04-18 22:46:39 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-04-18 22:46:39 -0400 |
commit | a0fb2c227e66c7b034726943a96360829a5ad3b2 (patch) | |
tree | cc5b3ab35eddae14aff621bd7b5c5c0659a4b50e /tests/unit/resizable | |
parent | a28983086ee91b19200c47fadc6bc3ba58a0fcb9 (diff) | |
download | jquery-ui-a0fb2c227e66c7b034726943a96360829a5ad3b2.tar.gz jquery-ui-a0fb2c227e66c7b034726943a96360829a5ad3b2.zip |
Tests: Lint.
Diffstat (limited to 'tests/unit/resizable')
-rw-r--r-- | tests/unit/resizable/resizable_methods.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/resizable/resizable_methods.js b/tests/unit/resizable/resizable_methods.js index 03e91d440..2b4c4256c 100644 --- a/tests/unit/resizable/resizable_methods.js +++ b/tests/unit/resizable/resizable_methods.js @@ -20,7 +20,7 @@ test("init", function() { $('<div></div>').resizable().resizable("foo").remove(); ok(true, 'arbitrary method called after init'); - el = $('<div></div>').resizable() + el = $('<div></div>').resizable(); var foo = el.resizable("option", "foo"); el.remove(); ok(true, 'arbitrary option getter after init'); |