/[meteor]/googlecode.com/svn/trunk/public_html/meteor.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /googlecode.com/svn/trunk/public_html/meteor.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 21 by andrew.betts, Mon May 14 13:42:45 2007 UTC revision 22 by andrew.betts, Mon May 14 15:32:03 2007 UTC
# Line 194  Meteor.prototype.stop = function() { Line 194  Meteor.prototype.stop = function() {
194                  document.getElementById("meteorframe_"+this.instID).src="about:blank";                  document.getElementById("meteorframe_"+this.instID).src="about:blank";
195                  document.body.removeChild(document.getElementById("meteorframe_"+this.instID));                  document.body.removeChild(document.getElementById("meteorframe_"+this.instID));
196          }          }
197          if (!isNaN(this.pingtimer)) clearTimeout(this.pingtimer);          clearTimeout(this.pingtimer);
198          if (!isNaN(this.updatepollfreqtimer)) clearTimeout(this.updatepollfreqtimer);          clearTimeout(this.updatepollfreqtimer);
199          if (!isNaN(this.frameloadtimer)) clearTimeout(this.frameloadtimer);          clearTimeout(this.frameloadtimer);
200          this.setstatus(0);          this.setstatus(0);
201  }  }
202    

Legend:
Removed from v.21  
changed lines
  Added in v.22

  ViewVC Help
Powered by ViewVC 1.1.26