Skip to content

Commit a0ddbaa

Browse files
committed
better comment
1 parent 9050432 commit a0ddbaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ember-cli-fastboot/addon/services/fastboot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ const FastBootService = Service.extend({
8989
return RequestObject.create({ request: get(this, '_fastbootInfo.request') });
9090
}),
9191

92+
// this getter/setter pair is to avoid deprecation from [RFC - 680](https://github.com/emberjs/rfcs/pull/680)
9293
_fastbootInfo: computed({
9394
get() {
9495
if (this.__fastbootInfo) {
9596
return this.__fastbootInfo;
9697
}
9798

98-
// this getter is to avoid deprecation from [RFC - 680](https://github.com/emberjs/rfcs/pull/680)
9999
return getOwner(this).lookup('info:-fastboot');
100100
},
101101
set(_key, value) {

0 commit comments

Comments
 (0)