kerwinche / geo-location-javascript

Automatically exported from code.google.com/p/geo-location-javascript
1 stars 0 forks source link

Shouldn't depend on 'console' being defined #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Open any page with geo.js in Opera (sample.html or 
http://diveintohtml5.org/detect.html).
Scripts following the geo_init() call won't run (on 
http://diveintohtml5.org/detect.html, you won't have the info about geolocation 
support, *and* nothing about supported input types either!); there's a 
ReferenceError 
in Opera's error console, about 'console' being undefined.

That's caused by line 201 in geo.js (r54)
http://code.google.com/p/geo-location-javascript/source/browse/trunk/js/geo.js#2
01

Original issue reported on code.google.com by t.broyer on 9 Sep 2009 at 9:49

GoogleCodeExporter commented 9 years ago

Original comment by whoiss...@gmail.com on 3 Nov 2009 at 7:13