aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/selectable/selectable_events.js
blob: 3fa1552baaa975b4b3536be3367346252b90416d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * selectable_events.js
 */
(function($) {

module("selectable: events");

test("testname", function() {
	ok(false, "missing test - untested code is broken code.");
});

})(jQuery);