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

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

The newest version!
define([
    "../resource/get",
    "../path/normalize"
], function (resourceGet, pathNormalize) {

    return function (Cldr, path, attributes) {
        // Resolve path
        var normalizedPath = pathNormalize(path, attributes);

        return resourceGet(Cldr._resolved, normalizedPath);
    };

});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy