Comment #21 on issue 988 by [email protected]: Document.load is not supported
http://code.google.com/p/chromium/issues/detail?id=988

there was a typo error in previous code.
The following line
'if (currentLoadDoc.onerror && typeof currentLoadDoc.onload == "function")'
should be
'if (currentLoadDoc.onerror && typeof currentLoadDoc.onerror == "function")'

Please refer to the attached latest code.

Attachments:
        doc_load.user.js  3.1 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to