window.document should be available before the parse is started or complete
Reported by Thatcher | March 24th, 2009 @ 04:30 PM | in 1.0 Release
Thanks again to justin meyer for this patch.
the window.document should be available during parsing.
var doc = new HTMLDocument(this.implementation);
if(this === $document){
$log("Setting internal window.document");
$document = doc;
}
Comments and changes to this ticket
-
Thatcher September 9th, 2009 @ 05:50 PM
- State changed from new to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.