web-apps/vendor/requirejs/tests/i18n/testModule.js
Maxim Kadushkin 741b10515d webapps added
2016-03-10 21:48:53 -03:00

5 lines
126 B
JavaScript

//A sample module to use in the i18n build test.
define(["i18n!nls/colors"], function (colors) {
var red = colors.red;
});