aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/selectable/selectable_events.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/selectable/selectable_events.js')
-rw-r--r--tests/unit/selectable/selectable_events.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/selectable/selectable_events.js b/tests/unit/selectable/selectable_events.js
index bfd431bd8..331bae146 100644
--- a/tests/unit/selectable/selectable_events.js
+++ b/tests/unit/selectable/selectable_events.js
@@ -7,7 +7,7 @@ module("selectable: events");
test("start", function() {
expect(2);
- el = $("#selectable1");
+ var el = $("#selectable1");
el.selectable({
start: function() {
ok(true, "drag fired start callback");
@@ -19,7 +19,7 @@ test("start", function() {
test("stop", function() {
expect(2);
- el = $("#selectable1");
+ var el = $("#selectable1");
el.selectable({
start: function() {
ok(true, "drag fired stop callback");