META-INF.resources.bower_components.cldrjs.src.build.intro_supplemental.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwebmp-globalize Show documentation
Show all versions of jwebmp-globalize Show documentation
The JWebSwing implementation for a full Globalization
The newest version!
/**
* CLDR JavaScript Library v@VERSION
* http://jquery.com/
*
* Copyright 2013 Rafael Xavier de Souza
* Released under the MIT license
* http://jquery.org/license
*
* Date: @DATE
*/
/*!
* CLDR JavaScript Library v@VERSION @DATE MIT license © Rafael Xavier
* http://git.io/h4lmVg
*/
(function (factory) {
if (typeof define === "function" && define.amd) {
// AMD.
define(["../cldr"], factory);
} else if (typeof module === "object" && typeof module.exports === "object") {
// Node. CommonJS.
module.exports = factory(require("../cldr"));
} else {
// Global
factory(Cldr);
}
}(function (Cldr) {
// Build optimization hack to avoid duplicating functions across modules.
var alwaysArray = Cldr._alwaysArray;