firebase / geofire-js

GeoFire for JavaScript - Realtime location queries with Firebase
MIT License
1.45k stars 345 forks source link

GeoFire gh-pages does not meet the ECMASCRIPT5_STRICT standard #17

Closed psmitchell closed 10 years ago

psmitchell commented 10 years ago

Warning: Command failed: lib/geoFire.js:485: ERROR - variables, functions, and arguments cannot be deleted in ES5 strict mode delete uniquesObj;

jwngr commented 10 years ago

Hey @psmitchell - thanks for raising an issue. I just wrote version 2.0.0 of GeoFire which is due for release next Monday. It fixes this issue and actually adds some strict linting so that this kind of thing won't creep back into the library. Check out the v2 branch if you want to play around with GeoFire this weekend, but that branch will be merged into master come Monday.