Update jquery libs
jquery.ime to 80f513ecc * Input method name change jquery.i18n to 7daaceb * Some code style changes * Do not include non js-files (none of the other libs do either) jquery.uls to 20eea5de * Improved langdb territories Change-Id: Id3bcc4f1fe3ec255d2baea7f6096ee9a34fcffc3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/**
|
||||
/*!
|
||||
* jQuery Internationalization library
|
||||
*
|
||||
* Copyright (C) 2012 Santhosh Thottingal
|
||||
@@ -132,9 +132,9 @@
|
||||
* If the data argument is null/undefined/false,
|
||||
* all cached messages for the i18n instance will get reset.
|
||||
*
|
||||
* @param {String|Object} source
|
||||
* @param {String} locale Language tag
|
||||
* @returns {jQuery.Promise}
|
||||
* @param {string|Object} source
|
||||
* @param {string} locale Language tag
|
||||
* @return {jQuery.Promise}
|
||||
*/
|
||||
load: function ( source, locale ) {
|
||||
var fallbackLocales, locIndex, fallbackLocale, sourceMap = {};
|
||||
|
||||
Reference in New Issue
Block a user