Files
crm.e5.pl/include/jQuery/jquery-ui/tests/unit/resizable/resizable_methods.js

13 lines
222 B
JavaScript
Raw Permalink Normal View History

2024-04-27 09:23:34 +02:00
/*
* 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);