UNPKG

requirejs-handlebars

Version:

Simple Handlebars plugin for RequireJS.

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