We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcfcd6a commit d00498aCopy full SHA for d00498a
1 file changed
HTMLCS.Util.js
@@ -1326,7 +1326,7 @@ _global.HTMLCS.util = function() {
1326
} else {
1327
return element.innerText;
1328
}
1329
- }
+ };
1330
1331
1332
/**
@@ -1364,7 +1364,7 @@ _global.HTMLCS.util = function() {
1364
1365
// Give up - we only test the 3 most obvious cases.
1366
return "";
1367
1368
1369
return self;
1370
}();
0 commit comments