DataAdapter#willDestroy()

willDestroyprivate Defined in packages/ember-extension-support/lib/data_adapter.js:239 Clear all observers before destruction

Map#delete()

delete (key) Booleanprivate Defined in packages/ember-metal/lib/map.js:321 Available since 1.8.0 Removes a value from the map for an associated key. Parameters: key * Returns: Boolean true if an item was removed, false otherwise

Inflector#inflect()

inflect (word, typeRules, irregular) protected Defined in node_modules/ember-inflector/addon/lib/system/inflector.js:234 Parameters: word String typeRules Object irregular Object

Instrumentation#unsubscribe()

unsubscribe (subscriber) private Defined in packages/ember-metal/lib/instrumentation.js:216 Unsubscribes from a particular event or instrumented block of code. Parameters: subscriber [Object]

Route#exit()

exitprivate Defined in packages/ember-routing/lib/system/route.js:469

HTMLBars#helpers

helpersprivate Inherited from Ember.HTMLBars but overwritten in packages/ember-htmlbars/lib/keywords.js:8

HashLocation

Ember.HashLocation Class PRIVATE Extends: Ember.Object Defined in: packages/ember-routing/lib/location/hash_location.js:15 Module: ember-routing Ember.HashLocation implements the location API using the browser's hash. At present, it relies on a hashchange event existing in the browser.

HistoryLocation#setURL()

setURL (path) private Defined in packages/ember-routing/lib/location/history_location.js:89 Uses history.pushState to update the url without a page reload. Parameters: path String

HashLocation#getHash()

getHashprivate Defined in packages/ember-routing/lib/location/hash_location.js:32 Available since 1.5.1

CoreObject#isDestroying

isDestroyingpublic Defined in packages/ember-runtime/lib/system/core_object.js:405 Destruction scheduled flag. The destroy() method has been called. The object stays intact until the end of the run loop at which point the isDestroyed flag is set. Default: false