/[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 19 by andrew.betts, Wed May 2 11:21:14 2007 UTC revision 20 by andrew.betts, Sat May 5 15:04:41 2007 UTC
# Line 145  Meteor.prototype.createIframe = function Line 145  Meteor.prototype.createIframe = function
145                  this.transferDoc.write("<html>");                  this.transferDoc.write("<html>");
146                  this.transferDoc.write("<script>document.domain=\""+(document.domain)+"\";</"+"script>");                  this.transferDoc.write("<script>document.domain=\""+(document.domain)+"\";</"+"script>");
147                  this.transferDoc.write("</html>");                  this.transferDoc.write("</html>");
                 var selfref = this;  
148                  this.transferDoc.parentWindow.Meteor = Meteor;                  this.transferDoc.parentWindow.Meteor = Meteor;
149                  this.transferDoc.close();                  this.transferDoc.close();
150                  var ifrDiv = this.transferDoc.createElement("div");                  var ifrDiv = this.transferDoc.createElement("div");

Legend:
Removed from v.19  
changed lines
  Added in v.20

  ViewVC Help
Powered by ViewVC 1.1.26