diff options
| author | fat <[email protected]> | 2013-02-28 21:15:33 -0800 |
|---|---|---|
| committer | fat <[email protected]> | 2013-02-28 21:15:33 -0800 |
| commit | 839b0c893fe2f2760682bee9dc49d5fa0b9c0412 (patch) | |
| tree | 2764caf2be2fa945700a353de3576bcee71ea468 /docs/assets/js/bootstrap.js | |
| parent | 0992a859329c80d15b9868fc426de8aefa1f8ea0 (diff) | |
| download | bootstrap-839b0c893fe2f2760682bee9dc49d5fa0b9c0412.tar.xz bootstrap-839b0c893fe2f2760682bee9dc49d5fa0b9c0412.zip | |
shiiiit
Diffstat (limited to 'docs/assets/js/bootstrap.js')
| -rw-r--r-- | docs/assets/js/bootstrap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/bootstrap.js b/docs/assets/js/bootstrap.js index 9d0f60a59..c298ee42e 100644 --- a/docs/assets/js/bootstrap.js +++ b/docs/assets/js/bootstrap.js @@ -946,7 +946,7 @@ } , removeBackdrop: function () { - this.$backdrop.remove() + this.$backdrop && this.$backdrop.remove() this.$backdrop = null } |
