UNPKG

apostrophe

Version:

The Apostrophe Content Management System.

8 lines (7 loc) 152 B
// Implicit subclass of apostrophe-module module.exports = { construct: function(self, options) { // Set property self.color = "blue"; } };