aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript/overview.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-12-31 10:39:56 -0800
committerMark Otto <[email protected]>2014-12-31 10:39:56 -0800
commit1a932b7e02ccb091a6e99e74039f3ea949ce459e (patch)
tree66b7012e97657bc5ad5542e59ded8f0064eb36e3 /docs/javascript/overview.md
parenta5e127fd168f33c087b645afb456c27c7da2bb6d (diff)
parentb9de4b739200537307112fdc59512a867a3f3774 (diff)
downloadbootstrap-1a932b7e02ccb091a6e99e74039f3ea949ce459e.tar.xz
bootstrap-1a932b7e02ccb091a6e99e74039f3ea949ce459e.zip
Merge branch 'v4' of https://github.com/twbs/derpstrap into v4
Diffstat (limited to 'docs/javascript/overview.md')
-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 %}