Skip to content

Commit 4002bb1

Browse files
committed
Correct JS syntax
1 parent 587e7da commit 4002bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/modules/wrapper-markup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function generateSectionWrapperMarkup(sections) {
1111

1212
return sections.map(function(section) {
1313
wrapper = section['sg-wrapper'] || wrapperKeyword;
14-
wrapperRegExp = new RegExp(wrapperKeyword, 'g')
14+
wrapperRegExp = new RegExp(wrapperKeyword, 'g');
1515
/* Wrap a wrapper with a parent wrapper */
1616
if (section.parentReference) {
1717
var parentWrapper = index[section.parentReference].wrapper;

0 commit comments

Comments
 (0)