Skip to content

Commit d881742

Browse files
fix(plugins): language helpers should return this for chaining
1 parent c2f779b commit d881742

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/plugins.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ export class Plugins {
7676
}
7777
}
7878
}
79+
80+
return this;
7981
}
8082

8183
/**
@@ -87,6 +89,7 @@ export class Plugins {
8789
atscript(){
8890
this.aurelia.container.supportAtScript();
8991
Metadata.configure.location('annotate');
92+
return this;
9093
}
9194

9295
_process(){

0 commit comments

Comments
 (0)