2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Update dependencies.

This commit is contained in:
XhmikosR
2018-03-14 01:22:38 +02:00
parent 9191fa73df
commit 1a40784ab8
7 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -10,7 +10,7 @@
* details, see https://creativecommons.org/licenses/by/3.0/.
*/
/* global Clipboard: false, anchors: false, Holder: false */
/* global ClipboardJS: false, anchors: false, Holder: false */
(function ($) {
'use strict'
@@ -66,7 +66,7 @@
})
})
var clipboard = new Clipboard('.btn-clipboard', {
var clipboard = new ClipboardJS('.btn-clipboard', {
target: function (trigger) {
return trigger.parentNode.nextElementSibling
}