From: Chris Rebert Date: Thu, 26 Jun 2014 20:01:15 +0000 (-0700) Subject: JSCS hotfix X-Git-Tag: v3.3.0~431 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9527acc4539d112514dc4a539ac0f228966ba1e;p=thirdparty%2Fbootstrap.git JSCS hotfix [skip sauce] [skip validator] --- diff --git a/docs/assets/js/_src/application.js b/docs/assets/js/_src/application.js index cf530d9400..62823baf11 100644 --- a/docs/assets/js/_src/application.js +++ b/docs/assets/js/_src/application.js @@ -91,7 +91,7 @@ // Default & dismissible popover demos $('.bs-docs-popover').popover() - $('.bs-docs-popover-dismiss').popover({trigger: 'focus'}) + $('.bs-docs-popover-dismiss').popover({ trigger: 'focus' }) // Button state demo $('#loading-example-btn').click(function () {