mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
345cd22e56
That package was missed in gh-4865 as it only broke browsers needing the polyfill which is just IE at the moment. Thus, it broke Core tests in IE only. Ref gh-4865 Closes gh-4870
15 lines
469 B
HTML
15 lines
469 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>jQuery objects transpiled iterability test page</title>
|
|
<script src="../../../external/core-js-bundle/core-js-bundle.js"></script>
|
|
<script src="../../jquery.js"></script>
|
|
<script src="../iframeTest.js"></script>
|
|
<script src="jquery-iterability-transpiled.js"></script>
|
|
</head>
|
|
<body>
|
|
<p>jQuery objects transpiled iterability test page</p>
|
|
</body>
|
|
</html>
|