aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-01-14 14:25:25 -0800
committerChris Rebert <[email protected]>2014-01-14 14:25:25 -0800
commit8fb75ee9e78ecb0954e1634ab85e91d533d0ab42 (patch)
tree4b851b55da74edf963f7c19f782249e294fecdb4 /docs
parent2a6b6f8537f3174c0a6b0baad3ef3346db12412b (diff)
downloadbootstrap-8fb75ee9e78ecb0954e1634ab85e91d533d0ab42.tar.xz
bootstrap-8fb75ee9e78ecb0954e1634ab85e91d533d0ab42.zip
add missing semicolon
Diffstat (limited to 'docs')
-rw-r--r--docs/grunt/bs-lessdoc-parser.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/grunt/bs-lessdoc-parser.js b/docs/grunt/bs-lessdoc-parser.js
index 246304819..50c6ebbd3 100644
--- a/docs/grunt/bs-lessdoc-parser.js
+++ b/docs/grunt/bs-lessdoc-parser.js
@@ -41,7 +41,7 @@ function Section(heading, customizable) {
Section.prototype.addSubSection = function (subsection) {
this.subsections.push(subsection);
-}
+};
function SubSection(heading) {
this.heading = heading.trim();