Add some semicolons for linting. (#7390)

This commit is contained in:
Nathan Hunzaker
2016-08-01 21:17:58 +01:00
committed by Dan Abramov
parent 328fc75bc9
commit 8aed0cd67e
3 changed files with 3 additions and 3 deletions
@@ -29,7 +29,7 @@ if (
// https://github.com/facebook/react/issues/7240
// Remove the inline requires when we don't need them anymore:
// https://github.com/facebook/react/pull/7178
ReactComponentTreeHook = require('ReactComponentTreeHook')
ReactComponentTreeHook = require('ReactComponentTreeHook');
}
var loggedTypeFailures = {};
@@ -31,7 +31,7 @@ if (
// https://github.com/facebook/react/issues/7240
// Remove the inline requires when we don't need them anymore:
// https://github.com/facebook/react/pull/7178
ReactComponentTreeHook = require('ReactComponentTreeHook')
ReactComponentTreeHook = require('ReactComponentTreeHook');
}
function instantiateChild(childInstances, child, name, selfDebugID) {
+1 -1
View File
@@ -28,7 +28,7 @@ if (
// https://github.com/facebook/react/issues/7240
// Remove the inline requires when we don't need them anymore:
// https://github.com/facebook/react/pull/7178
ReactComponentTreeHook = require('ReactComponentTreeHook')
ReactComponentTreeHook = require('ReactComponentTreeHook');
}
/**