Class Ember.Namespace
publicA Namespace is an object usually used to contain other objects or methods such as an application or framework. Create a namespace anytime you want to define one of these new containers.
Example Usage
1 2 3 |
MyFramework = Ember.Namespace.create({ VERSION: '1.0.0' }); |
Methods
- addObserver
- cacheFor
- create
- decrementProperty
- destroy
- extend
- get
- getProperties
- getWithDefault
- incrementProperty
- init
- notifyPropertyChange
- removeObserver
- reopen
- reopenClass
- set
- setProperties
- toString
- toggleProperty
- willDestroy
Properties
Events
No documented items