META-INF.resources.bower_components.cldrjs.test.functional.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
require.config({
paths: {
cldr: "../dist/cldr",
"cldr-data": "../bower_components/cldr-data",
json: "../bower_components/requirejs-plugins/src/json",
text: "../bower_components/requirejs-text/text"
}
});
require([
"./functional/core",
"./functional/event"
], function () {
mocha.run();
});