Updates demos to use new constructor

This commit is contained in:
Zeno Rocha
2018-02-28 21:46:48 -08:00
parent 750cf124d7
commit 9086f3ed64
8 changed files with 8 additions and 8 deletions

View File

@ -14,7 +14,7 @@
<!-- 3. Instantiate clipboard -->
<script>
var clipboard = new Clipboard('.btn', {
var clipboard = new ClipboardJS('.btn', {
text: function() {
return 'to be or not to be';
}