mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
11 lines
86 B
JavaScript
11 lines
86 B
JavaScript
/*
|
|
* button_tickets.js
|
|
*/
|
|
(function($) {
|
|
|
|
module("button: tickets");
|
|
|
|
|
|
|
|
})(jQuery);
|