]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add missing semicolon
authorChris Rebert <github@rebertia.com>
Tue, 14 Jan 2014 22:25:25 +0000 (14:25 -0800)
committerChris Rebert <github@rebertia.com>
Tue, 14 Jan 2014 22:25:25 +0000 (14:25 -0800)
docs/grunt/bs-lessdoc-parser.js

index 2463048193586e5545e3a9aba62f9e4f5537a0ae..50c6ebbd31df27a450d5f98d898d175e50209dd2 100644 (file)
@@ -41,7 +41,7 @@ function Section(heading, customizable) {
 
 Section.prototype.addSubSection = function (subsection) {
   this.subsections.push(subsection);
-}
+};
 
 function SubSection(heading) {
   this.heading = heading.trim();