diff options
| author | Mark Otto <[email protected]> | 2013-08-02 09:33:12 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-02 09:33:12 -0700 |
| commit | 34e5c7542be4bf4792d77294a839f95815825f35 (patch) | |
| tree | 782018f19f0e0e0aaf2c5e56ba14ff26b783faa2 | |
| parent | d0b94ead9a660adeca599b2cc49ce5134d432f2f (diff) | |
| download | bootstrap-34e5c7542be4bf4792d77294a839f95815825f35.tar.xz bootstrap-34e5c7542be4bf4792d77294a839f95815825f35.zip | |
whitespace in js file?
| -rw-r--r-- | dist/js/bootstrap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js index bda74821b..51dc23904 100644 --- a/dist/js/bootstrap.js +++ b/dist/js/bootstrap.js @@ -533,7 +533,7 @@ if (!jQuery) { throw new Error("Bootstrap requires jQuery") } this.$element.trigger(startEvent) if (startEvent.isDefaultPrevented()) return - var actives = this.$parent && this.$parent.find('> .accordion-group > .in') + var actives = this.$parent && this.$parent.find('> .accordion-group > .in') if (actives && actives.length) { var hasData = actives.data('bs.collapse') |
