DocumentServer/OfficeWeb/vendor/requirejs/tests/i18n/testModule.js
2015-04-28 17:59:00 +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;
});