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

8 lines
180 B
JavaScript

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