Skip to content

Commit 8f0d7c9

Browse files
author
Andrea Giammarchi
committed
this.WeakMap||(function(O,f){f=O.freeze||O;O.freeze=function(o){return"raw"in o?o:f(o)}}(Object));
1 parent 98693d0 commit 8f0d7c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/ie/index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
h1 { font-size: 1.2em; }
1010
</style>
1111
<!--[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]-->
12-
<!--[if lt IE 11]><script>Object.freeze=Object</script><![endif]-->
1312
<script>
14-
this.WeakMap||(Object.freeze=Object);
13+
this.WeakMap||(function(O,f){f=O.freeze||O;O.freeze=function(o){return'raw'in o?o:f(o)}}(Object));
1514
</script>
1615
<script>
1716
Function.bind||document.write([

0 commit comments

Comments
 (0)