yourcelf / olwidget

Javascript library to replace textareas that contain WKT data with editable OpenLayers maps, and a django app using it for django forms and admin.
Other
91 stars 44 forks source link

Slinkp js syntax fixes #100

Closed slinkp closed 12 years ago

slinkp commented 12 years ago

Most importantly, this fixes a couple js syntax issues found by flymake that cause problems in old browsers. I can now load an olwidget map in IE7 without getting "Error: olwidget undefined"

Also includes a couple trivial docstring changes and the like that I had lying around.

yourcelf commented 12 years ago

Thanks! Pesky trailing commas...