Merge pull request #4123 from carterchung/patch-1

Corrected spelling in ReactReconcileTransaction.js
This commit is contained in:
Paul O’Shannessy
2015-06-15 00:03:47 -07:00
@@ -122,7 +122,7 @@ var Mixin = {
* @see Transaction
* @abstract
* @final
* @return {array<object>} List of operation wrap proceedures.
* @return {array<object>} List of operation wrap procedures.
* TODO: convert to array<TransactionWrapper>
*/
getTransactionWrappers: function() {
@@ -138,7 +138,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);