I have an object that looks like this in my javascript console:
r {length: 1, models: Array[1], _byId: Object, constructor: function, model: function…}
_byId: Object
length: 1
models: Array[1]
0: r
_changing: false
_events: Object
_pending: false
_previousAttributes: Object
attributes: Object
collection: Array[20]
created_at: Wed Mar 27 2013 03:24:31 GMT-0400 (Eastern Daylight Time)
__proto__: Object
changed: Object
cid: "c26"
collection: r
__proto__: s
length: 1
__proto__: Array[0]
__proto__: s
I should have paid attention in class... but how can I access that "collection: Array[20]"? Is there a way?