mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-15 18:14:17 +02:00
add missing semicolon
This commit is contained in:
@@ -41,7 +41,7 @@ function Section(heading, customizable) {
|
|||||||
|
|
||||||
Section.prototype.addSubSection = function (subsection) {
|
Section.prototype.addSubSection = function (subsection) {
|
||||||
this.subsections.push(subsection);
|
this.subsections.push(subsection);
|
||||||
}
|
};
|
||||||
|
|
||||||
function SubSection(heading) {
|
function SubSection(heading) {
|
||||||
this.heading = heading.trim();
|
this.heading = heading.trim();
|
||||||
|
Reference in New Issue
Block a user