()
| 9232 | var TRANSACTION_WRAPPERS = [FLUSH_BATCHED_UPDATES, RESET_BATCHED_UPDATES]; |
| 9233 | |
| 9234 | function ReactDefaultBatchingStrategyTransaction() { |
| 9235 | this.reinitializeTransaction(); |
| 9236 | } |
| 9237 | |
| 9238 | _assign(ReactDefaultBatchingStrategyTransaction.prototype, Transaction.Mixin, { |
| 9239 | getTransactionWrappers: function () { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…