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.
1 parent ef02921 commit c4e58fdCopy full SHA for c4e58fd
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