runspired / ember-run-raf

Use requestAnimationFrame with Backburner
MIT License
26 stars 15 forks source link

Fix isFastboot check #7

Closed tschoartschi closed 8 years ago

tschoartschi commented 8 years ago

For some reason the fastboot check with typeof FastBoot !== 'undefined' didnt work for me and other users see: issue #5 (https://github.com/runspired/ember-run-raf/issues/5), I tried to implement a fixed base on the following discussions: https://github.com/ember-fastboot/ember-cli-fastboot/issues/105 and https://github.com/plusacht/ember-bootstrap-datetimepicker/pull/75