From 517c012c328da032be4440ed26cc2df1f6722f79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Wed, 20 Aug 2014 08:53:15 +0200 Subject: [PATCH] Fixed another javascript error on race condition (again) --- app/coffee/modules/common/components.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/coffee/modules/common/components.coffee b/app/coffee/modules/common/components.coffee index 85b1adb4..d19ed0cb 100644 --- a/app/coffee/modules/common/components.coffee +++ b/app/coffee/modules/common/components.coffee @@ -284,7 +284,7 @@ CreatedByDirective = -> link = ($scope, $el, $attrs, $model) -> renderAssignedTo = (instance) -> - owner = null + owner = {} date = null if instance?