All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.bower_components.cldrjs.src.build.intro_supplemental.js Maven / Gradle / Ivy

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;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy