Skip to content

Commit

Permalink
updated so theDOMContentLoaded 'prong' for IE8- is commented a little…
Browse files Browse the repository at this point in the history
… clearer
  • Loading branch information
adamsilver committed Mar 2, 2012
1 parent 6e442bf commit 841b9da
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions functions/attachDocumentReadyListener/rendition2.js
@@ -1,11 +1,12 @@
// Degrades in IE 8-
// No frames or other alternate windows
// Can use following to get IE8- to work when document is parsed.
// <script type="text/javascript">
// if ('function' == typeof readyListener) {
// window.setTimeout(readyListener, 1);
// }
// </script>
// <script type="text/javascript">
// if ('function' == typeof readyListener) {
// window.setTimeout(readyListener, 1);
// }
// </script>
// </body>

var attachDocumentReadyListener,
readyListener,
Expand Down

0 comments on commit 841b9da

Please sign in to comment.