2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00
This commit is contained in:
XhmikosR
2019-07-10 10:45:27 +03:00
committed by GitHub
parent 9badcf6c41
commit fdbc63fb3f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -826,7 +826,7 @@ Destroys an element's modal.
{{< highlight js >}}
var myModalEl = document.getElementById('myModal')
var modal = bootstrap.Modal._getInstance(myModalEl) // Return a Bootstrap modal instance
var modal = bootstrap.Modal._getInstance(myModalEl) // Returns a Bootstrap modal instance
{{< /highlight >}}
### Events