Any call to this method in 2.3.0 will hit the bug.
Line 1751 in timeline-bundle.js reads:
var A=E.getEventSource.getEvent(D[4]);
It should read:
var A=E.getEventSource().getEvent(D[4]);
Same issue is present in non minified form in event-utils.js
Original issue reported on code.google.com by santanu....@gmail.com on 27 Apr 2012 at 8:13
Original issue reported on code.google.com by
santanu....@gmail.com
on 27 Apr 2012 at 8:13