Open GoogleCodeExporter opened 9 years ago
The "working" source used to produce richmarker-compiled.js must be different
than that currently in richmarker.js. To test I compiled the current
richmarker.js with the closure compiler and the richmarker still misbehaves.
But richmarker-compiled.js works just fine so I have to assume the source used
to produce it is somehow different. Any way to as the contributor of
richmarker-compiled.js to update richmarker.js with the source used for
richmarker-compiled.js?
Original comment by ryanag...@gmail.com
on 5 Dec 2011 at 4:40
Problem found. On line 732 of richmarker.js, overlayMouseTarget should instead
be overlayImage. richmarker-compiled.js uses overlayImage for the
corresponding statement in the compiled version, not sure why there is a
difference between the two.
Original comment by ryanag...@gmail.com
on 5 Dec 2011 at 7:18
Original issue reported on code.google.com by
ryanag...@gmail.com
on 3 Dec 2011 at 1:47