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