| 15429 | } |
| 15430 | |
| 15431 | function warn(action, result) { |
| 15432 | var warningCondition = false; |
| 15433 | "development" !== 'production' ? warning(warningCondition, 'This synthetic event is reused for performance reasons. If you\'re seeing this, ' + 'you\'re %s `%s` on a released/nullified synthetic event. %s. ' + 'If you must keep the original synthetic event around, use event.persist(). ' + 'See https://fb.me/react-event-pooling for more information.', action, propName, result) : void 0; |
| 15434 | } |
| 15435 | } |
| 15436 | },{"148":148,"166":166,"167":167,"23":23}],102:[function(_dereq_,module,exports){ |
| 15437 | /** |