2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +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
+1 -1
View File
@@ -351,7 +351,7 @@ Updates the position of an element's popover.
{{< highlight js >}}
var exampleTriggerEl = document.getElementById('example')
var popover = bootstrap.Popover._getInstance(exampleTriggerEl) // Return a Bootstrap popover instance
var popover = bootstrap.Popover._getInstance(exampleTriggerEl) // Returns a Bootstrap popover instance
{{< /highlight >}}
### Events