extendBackbone.Router.extend(properties, [classProperties]) Get started by creating a custom router class. Define actions that are
constructor / initializenew Router([options]) When creating a new router, you may pass its
routerouter.route(route, name, [callback]) Manually create a route for the router, The route argument may be a
navigaterouter.navigate(fragment, [options]) Whenever you reach a point in your application that you'd like to save as a URL, call
executerouter.execute(callback, args, name) This method is called internally within the router, whenever a route matches and its
routesrouter.routes The routes hash maps URLs with parameters to functions on your router (or just direct function definitions, if