vendor/assets/javascripts/jquery.ui/jquery.ui.datepicker.js in h2ocube_rails_assets-0.0.12 vs vendor/assets/javascripts/jquery.ui/jquery.ui.datepicker.js in h2ocube_rails_assets-0.0.13

- old
+ new

@@ -1,7 +1,7 @@ /*! - * jQuery UI Datepicker 1.10.1 + * jQuery UI Datepicker 1.10.2 * http://jqueryui.com * * Copyright 2013 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license @@ -11,11 +11,11 @@ * Depends: * jquery.ui.core.js */ (function( $, undefined ) { -$.extend($.ui, { datepicker: { version: "1.10.1" } }); +$.extend($.ui, { datepicker: { version: "1.10.2" } }); var PROP_NAME = "datepicker", dpuuid = new Date().getTime(), instActive; @@ -2039,10 +2039,10 @@ }; $.datepicker = new Datepicker(); // singleton instance $.datepicker.initialized = false; $.datepicker.uuid = new Date().getTime(); -$.datepicker.version = "1.10.1"; +$.datepicker.version = "1.10.2"; // Workaround for #4055 // Add another global to avoid noConflict issues with inline event handlers window["DP_jQuery_" + dpuuid] = $;