()
| 2113 | var batchingStrategy = null; |
| 2114 | |
| 2115 | function ensureInjected() { |
| 2116 | !(ReactUpdates.ReactReconcileTransaction && batchingStrategy) ? true ? invariant(false, 'ReactUpdates: must inject a reconcile transaction class and batching strategy') : _prodInvariant('123') : void 0; |
| 2117 | } |
| 2118 | |
| 2119 | var NESTED_UPDATES = { |
| 2120 | initialize: function () { |
no test coverage detected