aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/selectable/selectable_methods.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/selectable/selectable_methods.js')
-rw-r--r--tests/unit/selectable/selectable_methods.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/selectable/selectable_methods.js b/tests/unit/selectable/selectable_methods.js
index dbc88f269..ee7242d9b 100644
--- a/tests/unit/selectable/selectable_methods.js
+++ b/tests/unit/selectable/selectable_methods.js
@@ -21,7 +21,7 @@ test("init", function() {
ok(true, 'arbitrary method called after init');
el = $("<div></div>").selectable();
- var foo = el.selectable("option", "foo");
+ el.selectable("option", "foo");
el.remove();
ok(true, 'arbitrary option getter after init');