API Docs for: 0.0.0
Show:

__subject Class

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

Returns an instance of the __base object.

This function is a simplified equivalent of the one returned by __subject.define. The only difference is that initialize method is not invoked.

Constructor

__subject

()

Defined in src/subject.js:50

Item Index

Methods

Properties

Methods

extend

()

Defined in src/subject.js:76

Define a function that when run will return an instance of its base object.

All arguments passed to the extend method will be passed on to this.base.extend method.

Properties

base

Object

Defined in src/subject.js:64

The base object. When the __subject function is run, it will create an instance of this.base and call its initialize method.