coolyuwk / jquery-ui-map

Automatically exported from code.google.com/p/jquery-ui-map
0 stars 0 forks source link

errouniously implicity declaring variables in for loops #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Looking at the code is see a lot of this:

for(a in c)

this should be:

for(var a in c)

Original issue reported on code.google.com by mi...@openmile.com on 13 Feb 2012 at 8:14

GoogleCodeExporter commented 8 years ago
Thanks. How could I miss that, must be blind... Fixed in trunk

Original comment by johansalllarsson on 13 Feb 2012 at 8:39