diff options
| author | Aaron Stacy <[email protected]> | 2011-09-23 16:09:18 -0500 |
|---|---|---|
| committer | Aaron Stacy <[email protected]> | 2011-09-23 16:09:18 -0500 |
| commit | 616f136371e84913ea934bdfba8a6f241381f8e7 (patch) | |
| tree | 4a2302456ec83af4de8fce29ac089ded0959178f | |
| parent | 1066ec4a79bc2cbdc3dd428c5e241364ace96594 (diff) | |
| download | bootstrap-616f136371e84913ea934bdfba8a6f241381f8e7.tar.xz bootstrap-616f136371e84913ea934bdfba8a6f241381f8e7.zip | |
return this
| -rw-r--r-- | js/bootstrap-modal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-modal.js b/js/bootstrap-modal.js index 1763077e0..67bb9af63 100644 --- a/js/bootstrap-modal.js +++ b/js/bootstrap-modal.js @@ -101,7 +101,7 @@ e && e.preventDefault() if (! this.isShown) { - return + return this } var that = this |
