From c0af2f6a9e5e8401d4c02bcaeb08f59b8cb3595e Mon Sep 17 00:00:00 2001 From: Kabir Shah Date: Wed, 4 Jul 2018 19:32:37 -0700 Subject: [PATCH] update fast example --- web/index.html | 4 ++-- web/template/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/index.html b/web/index.html index 5b4a1130..f30fcfa4 100644 --- a/web/index.html +++ b/web/index.html @@ -70,12 +70,12 @@

Fast

<p>Count: { count }</p>
 <button @click={ increment() }>
-   Increment
+	Increment
 </button>
function update() {
-   this.m.stc(m[4], this.data.count);
+	m.stc(m[3], data.count);
 }
diff --git a/web/template/index.html b/web/template/index.html index 5b4a1130..f30fcfa4 100644 --- a/web/template/index.html +++ b/web/template/index.html @@ -70,12 +70,12 @@

Fast

<p>Count: { count }</p>
 <button @click={ increment() }>
-   Increment
+	Increment
 </button>
function update() {
-   this.m.stc(m[4], this.data.count);
+	m.stc(m[3], data.count);
 }