Removed too much bindings, this one is still needed

This commit is contained in:
Piotr Sarnacki 2012-09-27 15:18:08 +02:00
parent cd6636bfc5
commit 11b3a039d2
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ Travis.RepositoryController = Travis.Controller.extend
this["view#{$.camelize(action)}"]()
viewIndex: ->
@_bind('repository', 'controllers.repositoriesController.firstObject')
@_bind('build', 'repository.lastBuild')
@connectTab('current')

File diff suppressed because one or more lines are too long