blob: d7793ff2f3e86092473f8386b418d9036a0fdfb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* resizable_events.js
*/
(function($) {
module("resizable: events");
// this is here to make JSHint pass "unused", and we don't want to
// remove the parameter for when we finally implement
$.noop();
})(jQuery);
|