UNPKG

automizy-email-editor

Version:

Design mobile friendly HTML emails in your application.

14 lines (12 loc) 283 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); } }); });