mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-05-13 03:01:39 -04:00
10 lines
91 B
JavaScript
10 lines
91 B
JavaScript
/*
|
|
* resizable_methods.js
|
|
*/
|
|
(function($) {
|
|
|
|
module("resizable: methods");
|
|
|
|
|
|
})(jQuery);
|