Fix remove log button

This commit is contained in:
Piotr Sarnacki 2015-06-30 09:41:34 +02:00
parent c83afe458a
commit 6529449617

View File

@ -25,7 +25,7 @@ Log.Scroll.prototype = $.extend new Log.Listener,
View = BasicView.extend
templateName: 'jobs/pre'
currentUserBinding: 'controller.currentUser.model'
currentUserBinding: 'controller.auth.currentUser'
logWillChange: (->
console.log 'log view: log will change' if Log.DEBUG