String

Ember.String Namespace PUBLIC Defined in: packages/ember-runtime/lib/system/string.js:144 Module: ember-runtime Defines string helper methods including string formatting and localization. Unless EmberENV.EXTEND_PROTOTYPES.String is false these methods will also be added to the String.prototype as well.

OrderedSet.create()

createEmber.OrderedSetprivatestatic Defined in packages/ember-metal/lib/map.js:75 Returns: Ember.OrderedSet

Registry#_typeOptions

_typeOptionsInheritingDictprivate Defined in packages/container/lib/registry.js:131

Debug

Ember.Debug Class PUBLIC Defined in: packages/ember-debug/lib/index.js:218 Module: ember-debug

Ember.K()

KObjectpublic Defined in packages/ember-metal/lib/index.js:407 An empty function useful for some operations. Always returns this. Returns: Object

DS.ManyArray#promise

promiseEmber.RSVP.Promiseprivate Defined in addon/-private/system/many-array.js:206 Used for async hasMany arrays to keep track of when they will resolve.

Enumerable#[]

[]Arrayprivate Defined in packages/ember-runtime/lib/mixins/enumerable.js:848 This property will trigger anytime the enumerable's content changes. You can observe this property to be notified of changes to the enumerable's content. For plain enumerables, this property is read only. Array overrides this method. Returns: this

Engine#_initializersRan

_initializersRanprivate Defined in packages/ember-application/lib/system/engine.js:66 A private flag indicating whether an engine's initializers have run yet.

Ember.debug()

debug (message) public Defined in packages/ember-debug/lib/index.js:60 Display a debug notice. In a production build, this method is defined as an empty function (NOP). Uses of this method in Ember itself are stripped from the ember.prod.js build. Ember.debug('I\'m a debug notice!'); Parameters: message String A debug message to display.

ViewTargetActionSupport#element

elementDOMElementpublic Defined in packages/ember-views/lib/mixins/view_support.js:87 Returns the current DOM element for the view.