2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03: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
+3 -3
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')
})
/**