Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtkowiak authored Jul 14, 2016
1 parent 5271c2e commit 7bdbd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mwc-mixin.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
this.autorun(this.tracker);
this.autorun(mwcDataUpdate.bind(null,this));
},
detatched() {
detached() {
_.each(this.__mwcComputations,(c)=>{
c.stop();
});
Expand Down

0 comments on commit 7bdbd53

Please sign in to comment.