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