and a note on manual changes in dataTables.bootstrap.css
[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);