Your problem seems to be that using set('load',...) with an event multiple 
times actually adds that event those many times. 
When you do a set call you are not replacing the existing event, just piling 
one onComplete on top of the other. 

Reply via email to