diff options
| author | Chris Rebert <[email protected]> | 2014-01-14 14:25:25 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-14 14:25:25 -0800 |
| commit | 8fb75ee9e78ecb0954e1634ab85e91d533d0ab42 (patch) | |
| tree | 4b851b55da74edf963f7c19f782249e294fecdb4 /docs | |
| parent | 2a6b6f8537f3174c0a6b0baad3ef3346db12412b (diff) | |
| download | bootstrap-8fb75ee9e78ecb0954e1634ab85e91d533d0ab42.tar.xz bootstrap-8fb75ee9e78ecb0954e1634ab85e91d533d0ab42.zip | |
add missing semicolon
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/grunt/bs-lessdoc-parser.js | 2 |
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(); |
