aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/droppable/droppable_events.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/droppable/droppable_events.js')
-rw-r--r--tests/unit/droppable/droppable_events.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/unit/droppable/droppable_events.js b/tests/unit/droppable/droppable_events.js
index f22a03540..2e01b0c9c 100644
--- a/tests/unit/droppable/droppable_events.js
+++ b/tests/unit/droppable/droppable_events.js
@@ -5,6 +5,10 @@
module("droppable: events");
+// this is here to make JSHint pass "unused", and we don't want to
+// remove the parameter for when we finally implement
+$.noop();
+
test("activate", function() {
ok(false, 'missing test - untested code is broken code');
});