Skip to content

Commit b3016f2

Browse files
authored
doc: deprecate the polyfill from the demo page to avoid confusion (#152)
1 parent 03af673 commit b3016f2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: docs/index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
10-
<script defer src="bundle.js?4ddb1f5f1c8ed8feab9c"></script></head>
10+
<script defer src="bundle.js?5e5babbabc3434915f2d"></script></head>
1111
<body>
1212
<div id="container"></div>
13-
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?version=4.8.0" crossorigin="anonymous"></script>
1413
</body>
1514
</html>

Diff for: examples/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@
1010
</head>
1111
<body>
1212
<div id="container"></div>
13-
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?version=4.8.0" crossorigin="anonymous"></script>
1413
</body>
1514
</html>

0 commit comments

Comments
 (0)