diff --git a/javascript.html b/javascript.html index 945a46597e..af1cd199b3 100644 --- a/javascript.html +++ b/javascript.html @@ -89,7 +89,7 @@ $('#myModal').on('show.bs.modal', function (e) {
For simple transition effects, include transition.js
once alongside the other JS files. If you're using the compiled (or minified) bootstrap.js
, there is no need to include this—it's already there.
Transition.js is a basic helper for transitionEnd events as well as a CSS transition emulator. It's used by the other plugins to check for CSS transition support and to catch hanging transitions.
+Transition.js is a basic helper for transitionEnd
events as well as a CSS transition emulator. It's used by the other plugins to check for CSS transition support and to catch hanging transitions.