simplegeo / polymaps

Polymaps is a free JavaScript library for making dynamic, interactive maps in modern web browsers.
http://polymaps.org/
Other
1.6k stars 213 forks source link

variable in global namespace #102

Open christophe-g opened 12 years ago

christophe-g commented 12 years ago

this is a very tiny one. line 531: b = rect.getBBox(); -> var b = rect.getBBox();