diff options
Diffstat (limited to 'ui/effect.js')
-rw-r--r-- | ui/effect.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/effect.js b/ui/effect.js index def4d15f1..ec0180e7d 100644 --- a/ui/effect.js +++ b/ui/effect.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Effects @VERSION + * jQuery UI Effects 1.11.3 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors @@ -904,7 +904,7 @@ $.fn.extend({ (function() { $.extend( $.effects, { - version: "@VERSION", + version: "1.11.3", // Saves a set of properties in a data storage save: function( element, set ) { |