META-INF.resources.bower_components.cldrjs.src.item.get_resolved.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!
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);
};
});