diff options
Diffstat (limited to 'ui/core.js')
-rw-r--r-- | ui/core.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/core.js b/ui/core.js index 0bcb46aa7..a5d72ce96 100644 --- a/ui/core.js +++ b/ui/core.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Core @VERSION + * jQuery UI Core 1.11.1 * http://jqueryui.com * * Copyright 2014 jQuery Foundation and other contributors @@ -24,7 +24,7 @@ $.ui = $.ui || {}; $.extend( $.ui, { - version: "@VERSION", + version: "1.11.1", keyCode: { BACKSPACE: 8, |