Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
loverajoel committed Aug 9, 2016
1 parent 223e369 commit 620d0f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _posts/en/2016-08-02-copy-to-clipboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ document.querySelector('#input').select();
document.execCommand('copy');
```

##### Playground
<div>
<a class="jsbin-embed" href="http://jsbin.com/huhozu/embed?js,console,output">JS Bin on jsbin.com</a><script src="http://static.jsbin.com/js/embed.min.js?3.39.11"></script>
</div>

0 comments on commit 620d0f7

Please sign in to comment.