mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #1741 from spicyj/mount-unused
Remove unused properties from ReactMount
This commit is contained in:
@@ -212,15 +212,6 @@ function findDeepestCachedAncestor(targetID) {
|
||||
* Inside of `container`, the first element rendered is the "reactRoot".
|
||||
*/
|
||||
var ReactMount = {
|
||||
/** Time spent generating markup. */
|
||||
totalInstantiationTime: 0,
|
||||
|
||||
/** Time spent inserting markup into the DOM. */
|
||||
totalInjectionTime: 0,
|
||||
|
||||
/** Whether support for touch events should be initialized. */
|
||||
useTouchEvents: false,
|
||||
|
||||
/** Exposed for debugging purposes **/
|
||||
_instancesByReactRootID: instancesByReactRootID,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user