support shortened post routes in js router

This commit is contained in:
danielgrippi 2012-01-19 23:41:49 -08:00
parent 493553f979
commit b9c98b2b44

View file

@ -9,7 +9,8 @@ app.Router = Backbone.Router.extend({
"u/:name": "stream",
"followed_tags": "stream",
"tags/:name": "stream",
"posts/:id": "stream"
"posts/:id": "stream",
"p/:id": "stream"
},
stream : function() {