Add missing semicolon.

This commit is contained in:
John-David Dalton
2016-01-03 22:21:32 -06:00
parent 941745cd06
commit 21f28bfd0d

View File

@@ -14438,7 +14438,7 @@
else if (freeExports && freeModule) {
// Export for Node.js.
if (moduleExports) {
(freeModule.exports = _)._ = _
(freeModule.exports = _)._ = _;
}
// Export for CommonJS support.
freeExports._ = _;