Skip to content

Commit d00498a

Browse files
committed
Adding semi colons
1 parent bcfcd6a commit d00498a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

HTMLCS.Util.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,7 @@ _global.HTMLCS.util = function() {
13261326
} else {
13271327
return element.innerText;
13281328
}
1329-
}
1329+
};
13301330

13311331

13321332
/**
@@ -1364,7 +1364,7 @@ _global.HTMLCS.util = function() {
13641364
}
13651365
// Give up - we only test the 3 most obvious cases.
13661366
return "";
1367-
}
1367+
};
13681368

13691369
return self;
13701370
}();

0 commit comments

Comments
 (0)