web-apps/vendor/requirejs/tests/plugins/pluginLast/component.js
Maxim Kadushkin 741b10515d webapps added
2016-03-10 21:48:53 -03:00

8 lines
121 B
JavaScript

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