1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 19:06:40 +02: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

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

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