1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-13 09:04:14 +02:00

Tweak ESLint rules.

This commit is contained in:
XhmikosR
2015-11-12 21:21:32 +02:00
parent e55fcbcdfe
commit 79a4273891
4 changed files with 21 additions and 18 deletions

View File

@@ -253,9 +253,9 @@ const Tab = (($) => {
$(document)
.on(Event.CLICK_DATA_API, Selector.DATA_TOGGLE, function (event) {
event.preventDefault()
Tab._jQueryInterface.call($(this), 'show')
})
event.preventDefault()
Tab._jQueryInterface.call($(this), 'show')
})
/**