1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 12:21:35 +02: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

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)