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

8 lines
121 B
JavaScript

define(['text!component.html'], function (html) {
return {
name: 'component',
html: html
};
});