2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +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
@@ -177,7 +177,7 @@ const Popover = (($) => {
$.fn[NAME] = Popover._jQueryInterface
$.fn[NAME].Constructor = Popover
$.fn[NAME].noConflict = function () {
$.fn[NAME].noConflict = () => {
$.fn[NAME] = JQUERY_NO_CONFLICT
return Popover._jQueryInterface
}