diff --git a/assets/scripts/app/views/repo/show.coffee b/assets/scripts/app/views/repo/show.coffee index 46546046..cb16d29e 100644 --- a/assets/scripts/app/views/repo/show.coffee +++ b/assets/scripts/app/views/repo/show.coffee @@ -21,7 +21,7 @@ Travis.reopen view = @get('controller.container').lookup('view:build') view.set('controller', @get('controller.container').lookup('controller:build')) Ember.run.next => - @set('_outlets', {}) if !@get('_outlets') && !@destroyed + @set('_outlets', {}) if !@get('_outlets') && !@isDestroyed @connectOutlet('pane', view) ).observes('controller.repo.isLoaded')