From d8817425e1ca618d752e9708e76674a3fb6e1191 Mon Sep 17 00:00:00 2001 From: Rob Eisenberg Date: Thu, 22 Jan 2015 16:18:52 -0500 Subject: [PATCH] fix(plugins): language helpers should return this for chaining --- src/plugins.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/plugins.js b/src/plugins.js index 3e545355..6c2639cb 100644 --- a/src/plugins.js +++ b/src/plugins.js @@ -76,6 +76,8 @@ export class Plugins { } } } + + return this; } /** @@ -87,6 +89,7 @@ export class Plugins { atscript(){ this.aurelia.container.supportAtScript(); Metadata.configure.location('annotate'); + return this; } _process(){