Skip to content

CommandRouter should become router independent. #4

Description

@PaulTondeur

Ideally it should be independent of the router, but can be used to extend a router with or do something completely different. The name should also change in order to reflect these changes.

The following should be possible:

var MyRouter = Backbone.Router.extend(Backbone.CommandRouter).extend({
    //custom implementation
});

But also

var MySomething = Backbone.CommandRouter.extend({
    //custom implementation
});

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions