2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03: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
+1 -1
View File
@@ -714,7 +714,7 @@ const Tooltip = (($) => {
$.fn[NAME] = Tooltip._jQueryInterface
$.fn[NAME].Constructor = Tooltip
$.fn[NAME].noConflict = function () {
$.fn[NAME].noConflict = () => {
$.fn[NAME] = JQUERY_NO_CONFLICT
return Tooltip._jQueryInterface
}