DocumentServer/OfficeWeb/vendor/requirejs/tests/plugins/pluginLast/collection.js

9 lines
273 B
JavaScript
Raw Normal View History

2015-04-28 14:59:00 +00:00
define(['collectionHelper'], function (collectionHelper) {
return {
name: 'collection',
collectionHelperName: collectionHelper.name,
componentName: collectionHelper.componentName,
componentHtml: collectionHelper.componentHtml
};
});