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

META-INF.resources.bower_components.globalize.src.build.intro-number.js Maven / Gradle / Ivy

The newest version!
/**
 * Globalize v@VERSION
 *
 * http://github.com/jquery/globalize
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license
 * http://jquery.org/license
 *
 * Date: @DATE
 */
/*!
 * Globalize v@VERSION @DATE Released under the MIT license
 * http://git.io/TrdQbw
 */
(function (root, factory) {

    // UMD returnExports
    if (typeof define === "function" && define.amd) {

        // AMD
        define([
            "cldr",
            "../globalize",
            "cldr/event",
            "cldr/supplemental"
        ], factory);
    } else if (typeof exports === "object") {

        // Node, CommonJS
        module.exports = factory(require("cldrjs"), require("../globalize"));
    } else {

        // Global
        factory(root.Cldr, root.Globalize);
    }
}(this, function (Cldr, Globalize) {

    var createError = Globalize._createError,
        regexpEscape = Globalize._regexpEscape,
        runtimeBind = Globalize._runtimeBind,
        stringPad = Globalize._stringPad,
        validateCldr = Globalize._validateCldr,
        validateDefaultLocale = Globalize._validateDefaultLocale,
        validateParameterPresence = Globalize._validateParameterPresence,
        validateParameterRange = Globalize._validateParameterRange,
        validateParameterType = Globalize._validateParameterType,
        validateParameterTypePlainObject = Globalize._validateParameterTypePlainObject;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy