mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
12 lines
83 B
JavaScript
12 lines
83 B
JavaScript
/*
|
|
* tooltip_core.js
|
|
*/
|
|
|
|
|
|
(function($) {
|
|
|
|
module("tooltip: core");
|
|
|
|
|
|
})(jQuery);
|