Skip to content

Commit 8ad3b56

Browse files
authored
Merge pull request #88 from alexlafroscia/fix-linting-error
Fix linting error
2 parents db4342e + 23cc3d1 commit 8ad3b56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

addon/services/project-version.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ export default Service.extend({
99
root: null,
1010

1111
init() {
12+
this._super(...arguments);
13+
1214
let { rootURL } = getOwner(this).resolveRegistration('config:environment');
1315
let slash = rootURL.indexOf('/', 1);
1416

0 commit comments

Comments
 (0)