ember-mobile / ember-cli-fastclick

Simple FastClick support for Ember apps
MIT License
37 stars 12 forks source link

Disable the addon in Fastboot #1

Closed gpoitch closed 9 years ago

gpoitch commented 9 years ago

Fastclick automatically touches 'navigator' for feature detection, which crashes fastboot because navigator doesn't exist in node

lawitschka commented 9 years ago

Cool, thanks!

I'm not in reach of my computer currently, but will merge tomorrow.

On Saturday, August 15, 2015, Garth Poitras notifications@github.com wrote:

Fastclick automatically touches 'navigator' for feature detection, which

crashes fastboot because navigator doesn't exist in node

You can view, comment on, or merge this pull request online at:

https://github.com/ember-mobile/ember-cli-fastclick/pull/1 Commit Summary

  • Disable the addon in Fastboot.

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/ember-mobile/ember-cli-fastclick/pull/1.