Skip to content

Commit 7529002

Browse files
author
David Pett
committed
Add isFastBoot property to service
1 parent 420d98a commit 7529002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/fastboot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default Ember.Service.extend({
99
host: computed(function() {
1010
return this._fastbootInfo.host();
1111
}),
12-
isFastboot: computed(function() {
12+
isFastBoot: computed(function() {
1313
return typeof window.document === 'undefined';
1414
})
1515
});

0 commit comments

Comments
 (0)