2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +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
@@ -172,7 +172,7 @@ const Alert = (($) => {
$.fn[NAME] = Alert._jQueryInterface
$.fn[NAME].Constructor = Alert
$.fn[NAME].noConflict = function () {
$.fn[NAME].noConflict = () => {
$.fn[NAME] = JQUERY_NO_CONFLICT
return Alert._jQueryInterface
}