From 238be65786ab78274dcc59c9de9fab27eec48304 Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Wed, 25 Feb 2015 12:19:11 -0500 Subject: [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 --- js/modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/modal.js') 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 -- cgit v1.2.3