Skip to content

Instantly share code, notes, and snippets.

@BFalkner
Created November 5, 2014 23:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BFalkner/399f980df7c2d940a200 to your computer and use it in GitHub Desktop.
Save BFalkner/399f980df7c2d940a200 to your computer and use it in GitHub Desktop.
> this._pendingFetch instanceof Ember.Map
true
> this._pendingFetch.keys.list
[(subclass of DS.Model), "type"]
> this._pendingFetch.values
Object {ember249: Array[1], st269: "value"}
> this._pendingFetch.forEach(function(k, v) { console.debug(k, v); })
[Object, _super: function, nextObject: function, firstObject: undefined, lastObject: undefined, contains: function…] (subclass of DS.Model)
value type
undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment