mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-12-07 06:14:24 +00:00
13 lines
220 B
JavaScript
13 lines
220 B
JavaScript
/*
|
|
* resizable_events.js
|
|
*/
|
|
(function($) {
|
|
|
|
module("resizable: events");
|
|
|
|
// this is here to make JSHint pass "unused", and we don't want to
|
|
// remove the parameter for when we finally implement
|
|
$.noop();
|
|
|
|
})(jQuery);
|