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

Use ES6 arrow function.

This commit is contained in:
XhmikosR
2018-08-12 21:24:45 +03:00
parent 8bb35313b1
commit acd19de6a9
10 changed files with 10 additions and 10 deletions

View File

@@ -253,7 +253,7 @@ const Tab = (($) => {
$.fn[NAME] = Tab._jQueryInterface
$.fn[NAME].Constructor = Tab
$.fn[NAME].noConflict = function () {
$.fn[NAME].noConflict = () => {
$.fn[NAME] = JQUERY_NO_CONFLICT
return Tab._jQueryInterface
}