API Docs for: 0.0.0
Show:

__base Class

Defined in: src/subject.js:18
Module: subject

The original base object.

Item Index

Methods

Methods

extend

()

Defined in src/subject.js:33

Takes any number of objects as arguments and extend the values to this one. Overwrite this property to have new behaviour on the next extension.

initialize

()

Defined in src/subject.js:25

This method will be called before returning the instance. Put your initialization code here.