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

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

There is a newer version: 0.66.0.1
Show newest version
define([
    "./core",
    "./supplemental/main"
], function (Cldr, supplementalMain) {

    var initSuper = Cldr.prototype.init;

    /**
     * .init() automatically ran on construction.
     *
     * Overload .init().
     */
    Cldr.prototype.init = function () {
        initSuper.apply(this, arguments);
        this.supplemental = supplementalMain(this);
    };

    return Cldr;

});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy