2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Fix the new lint errors.

This commit is contained in:
XhmikosR
2019-12-24 18:23:17 +02:00
parent 9ab79ac1fc
commit 5d1da6377d
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -152,7 +152,7 @@
})
clipboard.on('error', function (e) {
var modifierKey = /Mac/i.test(navigator.userAgent) ? '\u2318' : 'Ctrl-'
var modifierKey = /mac/i.test(navigator.userAgent) ? '\u2318' : 'Ctrl-'
var fallbackMsg = 'Press ' + modifierKey + 'C to copy'
var tooltipBtn = bootstrap.Tooltip.getInstance(e.trigger)