jquery-ui/tests/unit/resizable/resizable_events.js

13 lines
220 B
JavaScript
Raw Normal View History

/*
* 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);