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

Manually backport #32226

docs: use `event` instead of `e`
This commit is contained in:
XhmikosR
2020-11-23 09:45:46 +02:00
parent 57e045f0ab
commit 398ddedac7
4 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -820,7 +820,7 @@ Bootstrap's modal class exposes a few events for hooking into modal functionalit
</table>
```js
$('#myModal').on('hidden.bs.modal', function (e) {
$('#myModal').on('hidden.bs.modal', function (event) {
// do something...
})
```