diff options
Diffstat (limited to 'ui/menu.js')
-rw-r--r-- | ui/menu.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/menu.js b/ui/menu.js index 479ff5a18..26d27715c 100644 --- a/ui/menu.js +++ b/ui/menu.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Menu @VERSION + * jQuery UI Menu 1.11.1 * http://jqueryui.com * * Copyright 2014 jQuery Foundation and other contributors @@ -26,7 +26,7 @@ }(function( $ ) { return $.widget( "ui.menu", { - version: "@VERSION", + version: "1.11.1", defaultElement: "<ul>", delay: 300, options: { |