UNPKG

sebastian

Version:

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

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); } }); });