]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove unnecessary reference to Bootstrap v3
authorChris Rebert <code@rebertia.com>
Tue, 30 Dec 2014 20:46:25 +0000 (12:46 -0800)
committerChris Rebert <code@rebertia.com>
Tue, 30 Dec 2014 20:46:25 +0000 (12:46 -0800)
docs/javascript/overview.md

index 8d22d402026bdbdf00940887f274e9082369c71e..631ea519c55084461a841ed2568a99a6332f4c57 100644 (file)
@@ -81,8 +81,6 @@ $.fn.bootstrapBtn = bootstrapButton            // give $().bootstrapBtn the Boot
 
 Bootstrap provides custom events for most plugins' unique actions. Generally, these come in an infinitive and past participle form - where the infinitive (ex. `show`) is triggered at the start of an event, and its past participle form (ex. `shown`) is triggered on the completion of an action.
 
-As of 3.0.0, all Bootstrap events are namespaced.
-
 All infinitive events provide `preventDefault` functionality. This provides the ability to stop the execution of an action before it starts.
 
 {% highlight js %}