Object

Ember.Object Class

PUBLIC

Extends: Ember.CoreObject

Uses: Ember.Observable

Defined in: packages/ember-runtime/lib/system/object.js:11

Module: ember-runtime

Ember.Object is the main base class for all Ember objects. It is a subclass of Ember.CoreObject with the Ember.Observable mixin applied. For details, see the documentation for each of these.

© 2017 Yehuda Katz, Tom Dale and Ember.js contributo