mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
13 lines
185 B
JavaScript
13 lines
185 B
JavaScript
|
/*
|
||
|
* resizable_tickets.js
|
||
|
*/
|
||
|
(function($) {
|
||
|
|
||
|
module("resizable: tickets");
|
||
|
|
||
|
test("testname", function() {
|
||
|
ok(false, "missing test - untested code is broken code.");
|
||
|
});
|
||
|
|
||
|
})(jQuery);
|