(callback, a, b, c, d, e)
| 2177 | PooledClass.addPoolingTo(ReactUpdatesFlushTransaction); |
| 2178 | |
| 2179 | function batchedUpdates(callback, a, b, c, d, e) { |
| 2180 | ensureInjected(); |
| 2181 | return batchingStrategy.batchedUpdates(callback, a, b, c, d, e); |
| 2182 | } |
| 2183 | |
| 2184 | /** |
| 2185 | * Array comparator for ReactComponents by mount ordering. |
nothing calls this directly
no test coverage detected