mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
a869f992a8
There's no good reason for this to be an object. This refactors it so that we just use three variables instead. We can avoid the property reads/writes and also minify better, since property names don't get mangled but variables do.