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

9 lines
273 B
JavaScript

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