From 7bdbd53bbf750c1034207554cab90d798fa923ee Mon Sep 17 00:00:00 2001 From: Bartosz Wojtkowiak Date: Thu, 14 Jul 2016 15:23:14 +0200 Subject: [PATCH] fix typo --- mwc-mixin.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mwc-mixin.html b/mwc-mixin.html index d4d3c8e..cc8a2a8 100644 --- a/mwc-mixin.html +++ b/mwc-mixin.html @@ -19,7 +19,7 @@ this.autorun(this.tracker); this.autorun(mwcDataUpdate.bind(null,this)); }, - detatched() { + detached() { _.each(this.__mwcComputations,(c)=>{ c.stop(); });