aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/resizable
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-04-18 22:46:39 -0400
committerScott González <scott.gonzalez@gmail.com>2012-04-18 22:46:39 -0400
commita0fb2c227e66c7b034726943a96360829a5ad3b2 (patch)
treecc5b3ab35eddae14aff621bd7b5c5c0659a4b50e /tests/unit/resizable
parenta28983086ee91b19200c47fadc6bc3ba58a0fcb9 (diff)
downloadjquery-ui-a0fb2c227e66c7b034726943a96360829a5ad3b2.tar.gz
jquery-ui-a0fb2c227e66c7b034726943a96360829a5ad3b2.zip
Tests: Lint.
Diffstat (limited to 'tests/unit/resizable')
-rw-r--r--tests/unit/resizable/resizable_methods.js2
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');