Open cashto opened 10 years ago
Telemetry shows that "p" is null at the end of this code snippet:
var onLeader = function(data) { g.leader = data.player; var p = $('#player' + g.leader).position(); $('#leader-star').animate({ left: p.left + leaderOffsetX,
Telemetry shows that "p" is null at the end of this code snippet: