diff options
Diffstat (limited to 'ui/selectmenu.js')
-rw-r--r-- | ui/selectmenu.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/selectmenu.js b/ui/selectmenu.js index 571ac9894..efcf63bbc 100644 --- a/ui/selectmenu.js +++ b/ui/selectmenu.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Selectmenu @VERSION + * jQuery UI Selectmenu 1.11.3 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors @@ -27,7 +27,7 @@ }(function( $ ) { return $.widget( "ui.selectmenu", { - version: "@VERSION", + version: "1.11.3", defaultElement: "<select>", options: { appendTo: null, |