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