From: Chris Rebert Date: Tue, 30 Dec 2014 20:46:25 +0000 (-0800) Subject: remove unnecessary reference to Bootstrap v3 X-Git-Tag: v4.0.0-alpha~433^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a1742ce8eb9d47ed076f9dda468b52fa8128f0b;p=thirdparty%2Fbootstrap.git remove unnecessary reference to Bootstrap v3 --- diff --git a/docs/javascript/overview.md b/docs/javascript/overview.md index 8d22d40202..631ea519c5 100644 --- a/docs/javascript/overview.md +++ b/docs/javascript/overview.md @@ -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 %}