UNPKG

apostrophe

Version:
14 lines (12 loc) 213 B
module.exports = { bundle: { modules: [ 'test-bundle-sub' ], directory: 'modules' }, init(self) { // Set property self.color = 'red'; // Attach to apos self.apos.test = self; } };