Function.prototype.waitUntil = function (condition, interval) {
    interval = interval || 100;
    
...

JavaScript Wait Until

by shawndumas, May 27, 2010 11:53, 1 refactoring

Talk me out of using this...

F9e37fce4b4be49fbb403ee0f40ca379 Talk