diff options
| author | Jacob Thornton <[email protected]> | 2011-09-29 23:32:10 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-29 23:32:10 -0700 |
| commit | 2715a1e09e6106a37170afbaf3a8f2bb8355efa7 (patch) | |
| tree | 43aec3bd71cc99bb15a0f514df33b8c8e0c9e336 | |
| parent | 7a153ac817f7d0fb7d07bbc852b91b9ec87d4af7 (diff) | |
| download | bootstrap-2715a1e09e6106a37170afbaf3a8f2bb8355efa7.tar.xz bootstrap-2715a1e09e6106a37170afbaf3a8f2bb8355efa7.zip | |
whitespace
| -rw-r--r-- | js/bootstrap-modal.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/bootstrap-modal.js b/js/bootstrap-modal.js index 6370a02a4..41bb540a1 100644 --- a/js/bootstrap-modal.js +++ b/js/bootstrap-modal.js @@ -100,8 +100,8 @@ , hide: function (e) { e && e.preventDefault() - if (! this.isShown) { - return this + if ( !this.isShown ) { + return this } var that = this |
