mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #4128 from prathamesh-sonpatki/more-typos
Fix typos in ReactServerRenderingTransaction.js
This commit is contained in:
@@ -58,7 +58,7 @@ var Mixin = {
|
||||
* @see Transaction
|
||||
* @abstract
|
||||
* @final
|
||||
* @return {array} Empty list of operation wrap proceedures.
|
||||
* @return {array} Empty list of operation wrap procedures.
|
||||
*/
|
||||
getTransactionWrappers: function() {
|
||||
return TRANSACTION_WRAPPERS;
|
||||
@@ -73,7 +73,7 @@ var Mixin = {
|
||||
|
||||
/**
|
||||
* `PooledClass` looks for this, and will invoke this before allowing this
|
||||
* instance to be resused.
|
||||
* instance to be reused.
|
||||
*/
|
||||
destructor: function() {
|
||||
CallbackQueue.release(this.reactMountReady);
|
||||
|
||||
Reference in New Issue
Block a user