mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
23771d38ba
This reverts commit 4d67f4f349
.
13 lines
222 B
JavaScript
13 lines
222 B
JavaScript
/*
|
|
* 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);
|