aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-12-30 12:46:25 -0800
committerChris Rebert <[email protected]>2014-12-30 12:46:25 -0800
commit0a1742ce8eb9d47ed076f9dda468b52fa8128f0b (patch)
tree2811286478e6674367c06baf826a17eac4eab94f /docs
parent2e815e891be9f97f94f9a13cb8eb6693d46caaa4 (diff)
downloadbootstrap-0a1742ce8eb9d47ed076f9dda468b52fa8128f0b.tar.xz
bootstrap-0a1742ce8eb9d47ed076f9dda468b52fa8128f0b.zip
remove unnecessary reference to Bootstrap v3
Diffstat (limited to 'docs')
-rw-r--r--docs/javascript/overview.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/javascript/overview.md b/docs/javascript/overview.md
index 8d22d4020..631ea519c 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 %}