Closed GoogleCodeExporter closed 9 years ago
I can't change code here yet... But, in constructor, try changing:
this.options_ = opt_opts === null ? {} : opt_opts;
to
this.options_ = (typeof opt_opts == 'undefined' || opt_opts === null) ? {} :
opt_opts;
Original comment by jgarfi...@earthlink.net
on 19 Jan 2010 at 7:41
Original comment by jgarfi...@earthlink.net
on 3 Feb 2010 at 2:00
Original comment by douglass...@earthlink.net
on 18 May 2010 at 10:18
Original issue reported on code.google.com by
geo.appl...@gmail.com
on 13 Jan 2010 at 7:03