init
This commit is contained in:
12
include/jQuery/jquery-ui/tests/unit/resizable/resizable_methods.js
vendored
Normal file
12
include/jQuery/jquery-ui/tests/unit/resizable/resizable_methods.js
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* 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);
|
||||
Reference in New Issue
Block a user