Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'delay'

737294 - unit test delay: test delay unit
  1. Object.extend(Test.Unit.Runner.prototype, (function() {
  2.   function delayCallback(test) {
  3.     if(test.delay) return;
  4.     clearInterval(test.delayInterval);
  5.     this.runTests.call(this);
  6.   }
  7.  
  8.   return {
  9.  
737293 - unit test delay: test delay unit
  1. Object.extend(Test.Unit.Runner.prototype, (function() {
  2.   function delayCallback(test) {
  3.     if(test.delay) return;
  4.     clearInterval(test.delayInterval);
  5.     this.runTests.call(this);
  6.   }
  7.  
  8.   return {
  9.  
worth-right
fantasy-obligation
fantasy-obligation