aboutsummaryrefslogtreecommitdiffstats
path: root/tests/selectable.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/selectable.js')
-rw-r--r--tests/selectable.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/selectable.js b/tests/selectable.js
index 2c127b11f..5060650d1 100644
--- a/tests/selectable.js
+++ b/tests/selectable.js
@@ -1,7 +1,7 @@
/*
* selectable unit tests
*/
-
+(function($) {
//
// Selectable Test Helper Functions
//
@@ -203,3 +203,5 @@ test("stop", function() {
});
module("selectable: Tickets");
+
+})(jQuery);