mirror of
https://github.com/golang/go.git
synced 2025-11-09 05:01:01 +00:00
godocs.js: fix bad variable name
Thanks to anno.langen. Fixes #103. R=r https://golang.org/cl/155050
This commit is contained in:
parent
cc3524fb06
commit
dee5ad5c24
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
*/
|
||||
if (window.addEventListener){
|
||||
window.addEventListener('load', godocs_onload, false);
|
||||
} else if (elm.attachEvent){
|
||||
} else if (window.attachEvent){
|
||||
window.attachEvent('onload', godocs_onload);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue