DocumentServer/OfficeWeb/vendor/requirejs/tests/i18n/commonB.js

4 lines
75 B
JavaScript
Raw Normal View History

2015-04-28 14:59:00 +00:00
define(['i18n!nls/colors'], function (colors) {
return colors.blue;
});