From: Mark Otto Date: Fri, 25 Nov 2016 22:59:28 +0000 (-0800) Subject: Merge branch 'eslint' of https://github.com/bardiharborow/bootstrap into bardiharboro... X-Git-Tag: v4.0.0-alpha.6~424 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=432fe74c3182f3be258320fec31b0a8c5d70848d;p=thirdparty%2Fbootstrap.git Merge branch 'eslint' of https://github.com/bardiharborow/bootstrap into bardiharborow-eslint --- 432fe74c3182f3be258320fec31b0a8c5d70848d diff --cc js/src/tab.js index 9dc33e4da3,c5d205bcfa..e7e8f550f0 --- a/js/src/tab.js +++ b/js/src/tab.js @@@ -181,7 -181,7 +181,7 @@@ const Tab = (($) => if (active) { $(active).removeClass(ClassName.ACTIVE) - let dropdownChild = $(active.parentNode).find( - const dropdownChild = $(active).find( ++ const dropdownChild = $(active.parentNode).find( Selector.DROPDOWN_ACTIVE_CHILD )[0]