mirror of
https://github.com/zebrajr/react.git
synced 2025-12-07 12:20:38 +01:00
Fix spelling of 'existence'
This commit is contained in:
parent
7982ba0571
commit
c0de6b51ff
|
|
@ -212,7 +212,7 @@ ReactDOMComponent.Mixin = {
|
||||||
// we can do a cheap identity compare here to determine if this is a
|
// we can do a cheap identity compare here to determine if this is a
|
||||||
// superfluous reconcile. It's possible for state to be mutable but such
|
// superfluous reconcile. It's possible for state to be mutable but such
|
||||||
// change should trigger an update of the owner which would recreate
|
// change should trigger an update of the owner which would recreate
|
||||||
// the descriptor. We explicitly check for the existance of an owner since
|
// the descriptor. We explicitly check for the existence of an owner since
|
||||||
// it's possible for a descriptor created outside a composite to be
|
// it's possible for a descriptor created outside a composite to be
|
||||||
// deeply mutated and reused.
|
// deeply mutated and reused.
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
|
|
@ -1073,7 +1073,7 @@ var ReactCompositeComponentMixin = {
|
||||||
// we can do a cheap identity compare here to determine if this is a
|
// we can do a cheap identity compare here to determine if this is a
|
||||||
// superfluous reconcile. It's possible for state to be mutable but such
|
// superfluous reconcile. It's possible for state to be mutable but such
|
||||||
// change should trigger an update of the owner which would recreate
|
// change should trigger an update of the owner which would recreate
|
||||||
// the descriptor. We explicitly check for the existance of an owner since
|
// the descriptor. We explicitly check for the existence of an owner since
|
||||||
// it's possible for a descriptor created outside a composite to be
|
// it's possible for a descriptor created outside a composite to be
|
||||||
// deeply mutated and reused.
|
// deeply mutated and reused.
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user