aboutsummaryrefslogtreecommitdiff
path: root/dist/js/bootstrap.js
diff options
context:
space:
mode:
authorTobias Lindig <[email protected]>2014-01-17 13:34:03 +0100
committerTobias Lindig <[email protected]>2014-01-17 13:34:03 +0100
commit7fab3c30f225bd5b1f362575c684388041199fbd (patch)
tree85a51fb14ca340daea6e417eb4ee1991cd207275 /dist/js/bootstrap.js
parent6af0013ac52c391dd7623f9cbbb25cd7d3c43d35 (diff)
downloadbootstrap-7fab3c30f225bd5b1f362575c684388041199fbd.tar.xz
bootstrap-7fab3c30f225bd5b1f362575c684388041199fbd.zip
remove needless space character
Diffstat (limited to 'dist/js/bootstrap.js')
-rw-r--r--dist/js/bootstrap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js
index 09b81b32c..7a734f769 100644
--- a/dist/js/bootstrap.js
+++ b/dist/js/bootstrap.js
@@ -1016,7 +1016,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery'
})
$(document)
- .on('show.bs.modal', '.modal', function () { $(document.body).addClass('modal-open') })
+ .on('show.bs.modal', '.modal', function () { $(document.body).addClass('modal-open') })
.on('hidden.bs.modal', '.modal', function () { $(document.body).removeClass('modal-open') })
}(jQuery);