Skip to content

Commit

Permalink
indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Mar 1, 2013
1 parent 3348749 commit 46b044a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _cs/application.coffee
Expand Up @@ -324,7 +324,7 @@ class Router extends Backbone.Router
Application.categories = new Application.Collections.Categories Application.categories = new Application.Collections.Categories
Application.categories.on "reset", -> Application.categories.on "reset", ->
new Application.Views.Category( model: Application.categories.get category ).render() new Application.Views.Category( model: Application.categories.get category ).render()
@setNav '' @setNav ''


redirect: -> redirect: ->
document.location = Application.url + "/" + Backbone.history.fragment document.location = Application.url + "/" + Backbone.history.fragment
Expand Down

0 comments on commit 46b044a

Please sign in to comment.