DocumentServer/OfficeWeb/vendor/requirejs/tests/plugins/textDepend/textDepend.js
2015-04-28 17:59:00 +03:00

8 lines
153 B
JavaScript

define(['text!test.txt'], function (text) {
return {
load: function (name, req, load, config) {
load(text);
}
};
});