Page 2 of 2

Re: Suggestion: waitForExtLoader

Posted: Fri Oct 14, 2011 4:55 pm
by mats
hmm, nope - I was asking about testimonial. earlier today...?

Re: Suggestion: waitForExtLoader

Posted: Fri Oct 14, 2011 5:26 pm
by nickolay
Looks good - we'll include `waitForExtLoader` in the nearest release

Re: Suggestion: waitForExtLoader

Posted: Tue Oct 18, 2011 3:14 pm
by mats
About Ext loader, isn't it enough to wrap your test in Ext.onReady?
StartTest(function(t) {
    Ext.onReady(function() {
           .... 
    });
});