2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Replace master with v3-dev after the branch switch. (#28287)

This commit is contained in:
XhmikosR
2019-02-15 23:36:44 +02:00
committed by GitHub
parent bdb962d1e9
commit b9e59e96af
38 changed files with 54 additions and 54 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
for (var i = 0, len = eventAliases.length; i < len; i++) {
var eventAlias = eventAliases[i]
$.fn[eventAlias] = function () {
throw new Error('Using the ".' + eventAlias + '()" method is not allowed, so that Bootstrap can be compatible with custom jQuery builds which exclude the "event aliases" module that defines said method. See https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md#js')
throw new Error('Using the ".' + eventAlias + '()" method is not allowed, so that Bootstrap can be compatible with custom jQuery builds which exclude the "event aliases" module that defines said method. See https://github.com/twbs/bootstrap/blob/v3-dev/CONTRIBUTING.md#js')
}
}
})()