Fixup missing semi-colon

an inconsistency with a missing semi-colon on a variable
This commit is contained in:
Nate Lee
2016-01-19 21:35:10 -08:00
parent d71dbb9e98
commit f603cb710b

2
js/react-dom.js vendored
View File

@@ -21,7 +21,7 @@
// <script>
} else {
var g
var g;
if (typeof window !== "undefined") {
g = window;
} else if (typeof global !== "undefined") {