3.0 source code
This commit is contained in:
5
OfficeWeb/vendor/requirejs/tests/i18n/testModule.js
vendored
Normal file
5
OfficeWeb/vendor/requirejs/tests/i18n/testModule.js
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
//A sample module to use in the i18n build test.
|
||||
|
||||
define(["i18n!nls/colors"], function (colors) {
|
||||
var red = colors.red;
|
||||
});
|
||||
Reference in New Issue
Block a user