web-apps/vendor/requirejs/tests/i18n/testModule.js

5 lines
126 B
JavaScript
Raw Normal View History

2016-03-11 00:48:53 +00:00
//A sample module to use in the i18n build test.
define(["i18n!nls/colors"], function (colors) {
var red = colors.red;
});