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

6 lines
115 B
JavaScript

define(['text!./resources/local.html'], function (localHtml) {
return {
localHtml: localHtml
}
});