Observable

Skull. Observable

new Observable()

Class for creating object which can listen and trigger events. Useful when creating buses and so on.

Source:

Extends

Methods

(protected) _parentResult(cls, propertyName) → {*}

Much like a _.result, but ascending to parent

Parameters:
Name Type Description
cls function

class derived in usual Skull paradigm (i.e. with __super__ property pointing to parent's prototype)

propertyName String
Inherited From:
Source:
Returns:

Most of the times it is Object

Type
*

initialize(options)

Parameters:
Name Type Description
options Object
Inherited From:
Source: