UNPKG

requirejs-handlebars

Version:

Simple Handlebars plugin for RequireJS.

14 lines (12 loc) 270 B
define(function (require) { //Important, notice the space between require and arg calls var b = require ('b'); return (a = { name: 'a', b: b, ids: [], add: function (id) { this.ids.push(id); } }); });