mozilla / fireplace

:fire: Frontend for the Firefox Marketplace
https://marketplace.firefox.com/
Other
116 stars 193 forks source link

Add compatibility for FxOS 2.0, which does not have hasFeature() (bug 1221994) #1552

Closed diox closed 8 years ago

diox commented 8 years ago

https://bugzilla.mozilla.org/show_bug.cgi?id=1221994

I messed up : we check getFeature() but not hasFeature() before entering in this branch. 2.0 has the former but not the latter.

ngokevin commented 8 years ago

r+