diff options
Diffstat (limited to 'ui/widgets/sortable.js')
-rw-r--r-- | ui/widgets/sortable.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/widgets/sortable.js b/ui/widgets/sortable.js index f44b4832a..87a144f9e 100644 --- a/ui/widgets/sortable.js +++ b/ui/widgets/sortable.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Sortable @VERSION + * jQuery UI Sortable 1.13.0-alpha.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors @@ -38,7 +38,7 @@ "use strict"; return $.widget( "ui.sortable", $.ui.mouse, { - version: "@VERSION", + version: "1.13.0-alpha.1", widgetEventPrefix: "sort", ready: false, options: { |