UNPKG

sebastian

Version:

A flow-control library aimed at encouraging organized, testable code.

9 lines (8 loc) 273 B
define(['collectionHelper'], function (collectionHelper) { return { name: 'collection', collectionHelperName: collectionHelper.name, componentName: collectionHelper.componentName, componentHtml: collectionHelper.componentHtml }; });