2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Break a couple of long lines.

This commit is contained in:
XhmikosR
2019-09-01 13:23:31 +03:00
parent f7fe5d5bca
commit cf4ae75eff
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -731,7 +731,9 @@ Activate a modal without writing JavaScript. Set `data-toggle="modal"` on a cont
Create a modal with a single line of JavaScript:
{{< highlight js >}}var myModal = new bootstrap.Modal(document.getElementById('myModal'), options){{< /highlight >}}
{{< highlight js >}}
var myModal = new bootstrap.Modal(document.getElementById('myModal'), options)
{{< /highlight >}}
### Options