Skip to content

Don't break the call chain in the fetch #8

@omeralper

Description

@omeralper

I think this should be
if( this.getToken() ){
// we'll be using the supplied access token
Backbone.Model.prototype.fetch.call( self ,options);
}

instead of

if( this.getToken() ){
// we'll be using the supplied access token
Backbone.Model.prototype.fetch.call( self );
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions