Skip to content

Commit

Permalink
this.WeakMap||(function(O,f){f=O.freeze||O;O.freeze=function(o){retur…
Browse files Browse the repository at this point in the history
…n"raw"in o?o:f(o)}}(Object));
  • Loading branch information
Andrea Giammarchi committed Dec 18, 2018
1 parent 98693d0 commit 8f0d7c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/ie/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
h1 { font-size: 1.2em; }
</style>
<!--[if lte IE 9]><script>(function(f){window.setTimeout=f(window.setTimeout);window.setInterval=f(window.setInterval)})(function(f){return function(c,t){var a=[].slice.call(arguments,2);return f(function(){c.apply(this,a)},t)}});</script><![endif]-->
<!--[if lt IE 11]><script>Object.freeze=Object</script><![endif]-->
<script>
this.WeakMap||(Object.freeze=Object);
this.WeakMap||(function(O,f){f=O.freeze||O;O.freeze=function(o){return'raw'in o?o:f(o)}}(Object));
</script>
<script>
Function.bind||document.write([
Expand Down

0 comments on commit 8f0d7c9

Please sign in to comment.