mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Add some semicolons for linting. (#7390)
This commit is contained in:
committed by
Dan Abramov
parent
328fc75bc9
commit
8aed0cd67e
@@ -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) {
|
||||
|
||||
@@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user