Skip to content

Commit

Permalink
fix(plugins): language helpers should return this for chaining
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jan 22, 2015
1 parent c2f779b commit d881742
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ export class Plugins {
}
}
}

return this;
}

/**
Expand All @@ -87,6 +89,7 @@ export class Plugins {
atscript(){
this.aurelia.container.supportAtScript();
Metadata.configure.location('annotate');
return this;
}

_process(){
Expand Down

0 comments on commit d881742

Please sign in to comment.