Commit 8fb75ee9 authored by Chris Rebert's avatar Chris Rebert

add missing semicolon

parent 2a6b6f85
......@@ -41,7 +41,7 @@ function Section(heading, customizable) {
Section.prototype.addSubSection = function (subsection) {
this.subsections.push(subsection);
}
};
function SubSection(heading) {
this.heading = heading.trim();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment