web-apps/vendor/requirejs/tests/plugins/pluginLast/collectionHelper.js

8 lines
180 B
JavaScript
Raw Normal View History

2016-03-11 00:48:53 +00:00
define(['component'], function (component) {
return {
name: 'collectionHelper',
componentName: component.name,
componentHtml: component.html
};
});