We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0df7d6 + c4e58fd commit 88b2472Copy full SHA for 88b2472
1 file changed
lib/ext/patch-ember-app.js
@@ -21,7 +21,7 @@ function patchEmberApp(emberApp) {
21
if (options.annotation === 'Concat: App') {
22
tree = this.addonPreconcatTree(tree);
23
}
24
- return originalConcatFiles.call(this, tree, options);
+ return originalConcatFiles.apply(this, arguments);
25
};
26
27
0 commit comments