UNPKG

apostrophe

Version:

The Apostrophe Content Management System.

10 lines (8 loc) 159 B
module.exports = { construct: function(self, options) { // Set property self.color = 'red'; // Attach to apos self.apos.test = self; } };