diff options
Diffstat (limited to 'ui/sortable.js')
-rw-r--r-- | ui/sortable.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/sortable.js b/ui/sortable.js index c7edd3d1f..4b12545fd 100644 --- a/ui/sortable.js +++ b/ui/sortable.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Sortable @VERSION + * jQuery UI Sortable 1.11.1 * http://jqueryui.com * * Copyright 2014 jQuery Foundation and other contributors @@ -26,7 +26,7 @@ }(function( $ ) { return $.widget("ui.sortable", $.ui.mouse, { - version: "@VERSION", + version: "1.11.1", widgetEventPrefix: "sort", ready: false, options: { |