From 33cb8c1179c419685f42c3ccde7d04c8cf45e4dd Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Sat, 22 Mar 2014 17:39:33 -0400 Subject: [PATCH] update build --- archive/v0.1.1/components.html | 4 ++-- archive/v0.1.1/mithril.min.zip | Bin 20069 -> 20069 bytes 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/archive/v0.1.1/components.html b/archive/v0.1.1/components.html index b0da29f3..3a327011 100644 --- a/archive/v0.1.1/components.html +++ b/archive/v0.1.1/components.html @@ -61,10 +61,10 @@ dashboard.controller = function() { dashboard.view = function(ctrl) { return m("#example", [ m(".profile", [ - new userProfile.view(this.userProfile); + new userProfile.view(ctrl.userProfile); ]), m(".projects", [ - new projectList.view(this.projectList); + new projectList.view(ctrl.projectList); ]) ]) } diff --git a/archive/v0.1.1/mithril.min.zip b/archive/v0.1.1/mithril.min.zip index 158e3da7aa8e3311488aded4464b72951a136f4e..4b80eee7d8769b8df149511d057d4a31e3292d4e 100644 GIT binary patch delta 45 vcmaDlhw