mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
c821aa680c
Signed-off-by: dominiquevincent <dominique.vincent@toitl.com>
11 lines
82 B
JavaScript
11 lines
82 B
JavaScript
/*
|
|
* menu_options.js
|
|
*/
|
|
(function($) {
|
|
|
|
module("menu: options");
|
|
|
|
|
|
|
|
})(jQuery);
|