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

8 lines
180 B
JavaScript

define(['component'], function (component) {
return {
name: 'collectionHelper',
componentName: component.name,
componentHtml: component.html
};
});