diff options
Diffstat (limited to 'docs/4.0/getting-started/javascript.md')
| -rw-r--r-- | docs/4.0/getting-started/javascript.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/4.0/getting-started/javascript.md b/docs/4.0/getting-started/javascript.md index c29895f37..9e080dc32 100644 --- a/docs/4.0/getting-started/javascript.md +++ b/docs/4.0/getting-started/javascript.md @@ -84,6 +84,7 @@ $('#myCarousel').carousel('2') // !! Will be ignored, as the transition to the s {% endhighlight %} ### Default settings + You can change the default settings for a plugin by modifying the plugin's `Constructor.Default` object: {% highlight js %} |
