Not sure if this is by design or now, but in the _onMouseEvent function the
event built is missing the 'type' property.
it's a two line fix:
3089d3088
> type: msg.eventType,
3115d3113
> 'type: "' + msg.eventType + '",\n' +
Original issue reported on code.google.com by drjl...@gmail.com on 28 Feb 2010 at 7:55
Original issue reported on code.google.com by
drjl...@gmail.com
on 28 Feb 2010 at 7:55