diff options
Diffstat (limited to 'ui/widgets/menu.js')
-rw-r--r-- | ui/widgets/menu.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/widgets/menu.js b/ui/widgets/menu.js index 2bc37789b..c73eaef04 100644 --- a/ui/widgets/menu.js +++ b/ui/widgets/menu.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Menu @VERSION + * jQuery UI Menu 1.13.0-rc.2 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors @@ -40,7 +40,7 @@ "use strict"; return $.widget( "ui.menu", { - version: "@VERSION", + version: "1.13.0-rc.2", defaultElement: "<ul>", delay: 300, options: { |