cashto / resistance

The Resistance Online
59 stars 51 forks source link

Occasional crash in onLeader in main.js #20

Open cashto opened 10 years ago

cashto commented 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,