Fixed another javascript error on race condition (again)

stable
Jesús Espino 2014-08-20 08:53:15 +02:00
parent d8d3f3f838
commit 517c012c32
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ CreatedByDirective = ->
link = ($scope, $el, $attrs, $model) -> link = ($scope, $el, $attrs, $model) ->
renderAssignedTo = (instance) -> renderAssignedTo = (instance) ->
owner = null owner = {}
date = null date = null
if instance? if instance?