From: Chris Rebert Date: Sat, 3 Aug 2013 09:21:29 +0000 (-0700) Subject: JS docs: fix caps of "CSS" acronym X-Git-Tag: v3.0.0-rc.2~127^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a96ff9a0a9c1eac4d19fb708e1901cc81d2d9df;p=thirdparty%2Fbootstrap.git JS docs: fix caps of "CSS" acronym --- diff --git a/javascript.html b/javascript.html index 2dbf76fd41..14dd491989 100644 --- a/javascript.html +++ b/javascript.html @@ -89,7 +89,7 @@ $('#myModal').on('show.bs.modal', function (e) {

About transitions

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.

What's inside

-

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.