Skip to content

Commit

Permalink
Use promise build in demo, so that it works in IE.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Aug 26, 2018
1 parent 9908068 commit e1f5318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<title>clipboard-polyfill</title>
<link rel="stylesheet" href="index.css">
<script src="build/clipboard-polyfill.js"></script>
<script src="build/clipboard-polyfill.promise.js"></script>
<script>
// Workaround for:
// - IE9 (can't bind console functions directly), and
Expand Down Expand Up @@ -109,4 +109,4 @@ <h2>Paste Area</h2>
</div>

</body>
</html>
</html>

0 comments on commit e1f5318

Please sign in to comment.