diff options
Diffstat (limited to 'ui/selectable.js')
-rw-r--r-- | ui/selectable.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/selectable.js b/ui/selectable.js index 81a3f9789..be6e5f0fd 100644 --- a/ui/selectable.js +++ b/ui/selectable.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Selectable @VERSION + * jQuery UI Selectable 1.11.1 * http://jqueryui.com * * Copyright 2014 jQuery Foundation and other contributors @@ -26,7 +26,7 @@ }(function( $ ) { return $.widget("ui.selectable", $.ui.mouse, { - version: "@VERSION", + version: "1.11.1", options: { appendTo: "body", autoRefresh: true, |