diff options
| author | Kevin Kirsche <[email protected]> | 2015-02-25 12:19:11 -0500 |
|---|---|---|
| committer | Kevin Kirsche <[email protected]> | 2015-02-25 12:19:11 -0500 |
| commit | 238be65786ab78274dcc59c9de9fab27eec48304 (patch) | |
| tree | 915b66a324d0fbe7c8dba2168286affa9bdd920a /js/modal.js | |
| parent | 804457c474c686d4b5f45545da0dbad5ed56e387 (diff) | |
| download | bootstrap-238be65786ab78274dcc59c9de9fab27eec48304.tar.xz bootstrap-238be65786ab78274dcc59c9de9fab27eec48304.zip | |
[Ref #15881] Use Explicit Values rather than Chain
[Ref #15881] Use Explicit Values for javascript variables rather than chained ones.
From https://github.com/twbs/bootstrap/pull/15881#discussion_r25330647
Diffstat (limited to 'js/modal.js')
| -rw-r--r-- | js/modal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/modal.js b/js/modal.js index c45437dfb..929cd991f 100644 --- a/js/modal.js +++ b/js/modal.js @@ -17,7 +17,7 @@ this.options = options this.$body = $(document.body) this.$element = $(element) - this.$backdrop = + this.$backdrop = null this.isShown = null this.scrollbarWidth = 0 |
