d4f / backbone-highway

Routing Backbone with style \o/
MIT License
19 stars 5 forks source link

Don't make passing an event dispatcher mandatory #15

Closed ghost closed 8 years ago

ghost commented 8 years ago

Passing an event dispatcher should not be mandatory. Simple route declaration by passing only a name, path and action method should be possible.

// Starting router with no arguments should work
Backbone.Highway.start();