Skip to content

Commit

Permalink
typo fix v1.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
aruntk committed Jul 14, 2016
1 parent 21deee8 commit 341e00c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .versions
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"type": "git",
"url": "https://github.com/meteorwebcomponents/mixin.git"
},
"version": "1.0.24"
"version": "1.0.25"
}
2 changes: 1 addition & 1 deletion mwc-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mwcMixin = {
this.autorun(this.tracker);
this.autorun(mwcDataUpdate.bind(null,this));
},
detatched() {
detached() {
_.each(this.__mwcComputations,(c)=>{
c.stop();
});
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'mwc:mixin',
version: '1.0.24',
version: '1.0.25',
summary: 'Reactive Data Mixin For Polymer',
git: "https://github.com/meteorwebcomponents/mixin.git",
documentation: "README.md"
Expand Down

0 comments on commit 341e00c

Please sign in to comment.