Skip to content

Commit

Permalink
ticket #125 -- document.referrer should not be undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
client9 committed Mar 22, 2010
1 parent 282cb97 commit 7042437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html/document.js
Expand Up @@ -9,7 +9,7 @@
*/
HTMLDocument = function(implementation, ownerWindow, referrer) {
Document.apply(this, arguments);
this.referrer = referrer;
this.referrer = referrer || '';
this.baseURI = "about:blank";
this.ownerWindow = ownerWindow;
this.head;
Expand Down

0 comments on commit 7042437

Please sign in to comment.