--- googlecode.com/svn/trunk/public_html/meteor.js 2007/05/14 13:42:45 21 +++ googlecode.com/svn/trunk/public_html/meteor.js 2007/05/14 15:32:03 22 @@ -194,9 +194,9 @@ document.getElementById("meteorframe_"+this.instID).src="about:blank"; document.body.removeChild(document.getElementById("meteorframe_"+this.instID)); } - if (!isNaN(this.pingtimer)) clearTimeout(this.pingtimer); - if (!isNaN(this.updatepollfreqtimer)) clearTimeout(this.updatepollfreqtimer); - if (!isNaN(this.frameloadtimer)) clearTimeout(this.frameloadtimer); + clearTimeout(this.pingtimer); + clearTimeout(this.updatepollfreqtimer); + clearTimeout(this.frameloadtimer); this.setstatus(0); }