diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2021-08-06 17:18:16 +0200 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2021-08-06 17:18:16 +0200 |
commit | e9e5fd6114cdb76ac14c36a3f6c8cbe944404bc1 (patch) | |
tree | 7ce7facf5398578ece65e0f2d3eb3c57c903ac6d /ui/widgets/selectable.js | |
parent | 349ee77924ee63b9dc8a4c0f5a18e4ef873db592 (diff) | |
download | jquery-ui-e9e5fd6114cdb76ac14c36a3f6c8cbe944404bc1.tar.gz jquery-ui-e9e5fd6114cdb76ac14c36a3f6c8cbe944404bc1.zip |
1.13.0-alpha.11.13.0-alpha.1
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 b8e29517c..ba916770b 100644 --- a/ui/widgets/selectable.js +++ b/ui/widgets/selectable.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Selectable @VERSION + * jQuery UI Selectable 1.13.0-alpha.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors @@ -35,7 +35,7 @@ "use strict"; return $.widget( "ui.selectable", $.ui.mouse, { - version: "@VERSION", + version: "1.13.0-alpha.1", options: { appendTo: "body", autoRefresh: true, |