diff options
| author | Mark Otto <[email protected]> | 2016-05-21 19:39:33 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-05-21 19:39:33 -0700 |
| commit | f0c0a7533c854613eba42394631567a44d790053 (patch) | |
| tree | ee55af0aeab376bfcc05040bd7d6f91fc61626a3 /docs/components | |
| parent | f9fe928a5b88780b2a73d6a7459dd36765111cb2 (diff) | |
| parent | 442f472a2d6faf1f3ab488025ea9cb90661278d4 (diff) | |
| download | bootstrap-f0c0a7533c854613eba42394631567a44d790053.tar.xz bootstrap-f0c0a7533c854613eba42394631567a44d790053.zip | |
Merge pull request #19892 from heikojansen/patch-1
Remove reference to "loaded.bs.modal" event
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/modal.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/components/modal.md b/docs/components/modal.md index f3c29dac6..55a0878b6 100644 --- a/docs/components/modal.md +++ b/docs/components/modal.md @@ -480,10 +480,6 @@ Bootstrap's modal class exposes a few events for hooking into modal functionalit <td>hidden.bs.modal</td> <td>This event is fired when the modal has finished being hidden from the user (will wait for CSS transitions to complete).</td> </tr> - <tr> - <td>loaded.bs.modal</td> - <td>This event is fired when the modal has loaded content using the <code>remote</code> option.</td> - </tr> </tbody> </table> </div> |
