diff options
Diffstat (limited to 'ui/dialog.js')
-rw-r--r-- | ui/dialog.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/dialog.js b/ui/dialog.js index 5561a96cd..63e5976ff 100644 --- a/ui/dialog.js +++ b/ui/dialog.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Dialog @VERSION + * jQuery UI Dialog 1.11.1 * http://jqueryui.com * * Copyright 2014 jQuery Foundation and other contributors @@ -30,7 +30,7 @@ }(function( $ ) { return $.widget( "ui.dialog", { - version: "@VERSION", + version: "1.11.1", options: { appendTo: "body", autoOpen: true, |