Merge pull request #4128 from prathamesh-sonpatki/more-typos

Fix typos in ReactServerRenderingTransaction.js
This commit is contained in:
Paul O’Shannessy
2015-06-15 00:32:53 -07:00
@@ -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);