Merge pull request #5891 from zpao/vendor-semi

Add semicolon for react-dom source files.
This commit is contained in:
Paul O’Shannessy
2016-01-28 10:55:12 -08:00
committed by Scott Feeney
parent b797075c63
commit 79732f04bf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
// <script>
} else {
var g
var g;
if (typeof window !== "undefined") {
g = window;
} else if (typeof global !== "undefined") {
+1 -1
View File
@@ -10,7 +10,7 @@
// <script>
} else {
var g
var g;
if (typeof window !== "undefined") {
g = window;
} else if (typeof global !== "undefined") {