j-mcnally / ember-cli-chrome

A small and growing toolkit to build chrome extensions with EmberJS
62 stars 12 forks source link

Handle undefined app.options.fingerprint #11

Closed robbiewain closed 9 years ago

robbiewain commented 9 years ago

This fixes the error: TypeError: Cannot set property 'enabled' of undefined (https://github.com/j-mcnally/ember-cli-chrome/issues/9)

I used the same solution from here: https://github.com/rondale-sc/ember-cli-rails-addon/issues/6

j-mcnally commented 9 years ago

Thanks @robbiewain