mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-25 08:50:22 +00:00
add missing semicolon
This commit is contained in:
parent
2a6b6f8537
commit
8fb75ee9e7
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ function Section(heading, customizable) {
|
|||
|
||||
Section.prototype.addSubSection = function (subsection) {
|
||||
this.subsections.push(subsection);
|
||||
}
|
||||
};
|
||||
|
||||
function SubSection(heading) {
|
||||
this.heading = heading.trim();
|
||||
|
|
|
|||
Loading…
Reference in a new issue