Bug 762546 - Make sure to register the callback after the document has loaded; r=dbaron

This commit is contained in:
Ehsan Akhgari 2012-06-07 13:18:07 -04:00
parent a74fe2c240
commit 245cb2b12f
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
}
}
rfa(play);
window.onload = function() { rfa(play) };
</script>
</head>
<body>

View File

@ -26,7 +26,7 @@
}
}
rfa(play);
window.onload = function() { rfa(play) };
</script>
</head>
<body>