ambischof

Results 6 comments of ambischof

Thank you for your replies, I had a feeling this would be an issue that would just need a workaround rather than an actual fix, but felt it was worth...

do this: ``` javascript relations:[{ type: Backbone.HasOne, key: 'user', relatedModel: User, includeInJSON: 'id', //serialize only id not a full object reverseRelation: { key: 'routes', includeInJSON: 'id', **type: Backbone.HasOne** If the...

Ah sorry, seemed I misunderstood the problem. Why haven't you used the option `collectionType`? (http://backbonerelational.org/#relations-collectionType)

``` /** * @class Storage * @classdesc * An app wide storage/state persistence solution with direct and radio connectivity. * Can be accessed: * * directly through the instance via...

@danielyaa5 I don't think that's relevant for this issue. Besides, @method is short for @type method and @class is short for @type class. It wouldn't make sense to use that.

Would also be nice if the `end` key would work scrolling to the end as well.