b12f3035a2e4f2ec31c7935141604b813e618dd6
[myslice.git] / third-party / jquery-ui-1.10.2 / tests / unit / resizable / resizable_methods.js
1 /*
2  * resizable_methods.js
3  */
4 (function($) {
5
6 module("resizable: methods");
7
8 // this is here to make JSHint pass "unused", and we don't want to
9 // remove the parameter for when we finally implement
10 $.noop();
11
12 })(jQuery);