mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
9cabe8403e
Fixes #5195 - .buttonset() prevents change event from being catchable.
9 lines
82 B
JavaScript
9 lines
82 B
JavaScript
/*
|
|
* button_events.js
|
|
*/
|
|
(function($) {
|
|
|
|
module("button: events");
|
|
|
|
})(jQuery);
|