mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
13 lines
124 B
JavaScript
13 lines
124 B
JavaScript
|
/*
|
||
|
* draggable_tickets.js
|
||
|
*/
|
||
|
(function($) {
|
||
|
|
||
|
module("draggable: tickets");
|
||
|
|
||
|
test("#1234", function() {
|
||
|
|
||
|
});
|
||
|
|
||
|
})(jQuery);
|