@@ -350,7 +350,7 @@ function extractCompositionEvent(topLevelType, targetInst, nativeEvent, nativeEv
350
350
}
351
351
352
352
/**
353
- * @param {string} topLevelType Record from `EventConstants `.
353
+ * @param {string} topLevelType Record from `BrowserEventConstants `.
354
354
* @param {object} nativeEvent Native browser event.
355
355
* @return {?string} The string corresponding to this `beforeInput` event.
356
356
*/
@@ -404,7 +404,7 @@ function getNativeBeforeInputChars(topLevelType, nativeEvent) {
404
404
* For browsers that do not provide the `textInput` event, extract the
405
405
* appropriate string to use for SyntheticInputEvent.
406
406
*
407
- * @param {string} topLevelType Record from `EventConstants `.
407
+ * @param {string} topLevelType Record from `BrowserEventConstants `.
408
408
* @param {object} nativeEvent Native browser event.
409
409
* @return {?string} The fallback string for this `beforeInput` event.
410
410
*/
@@ -878,7 +878,7 @@ module.exports = CSSPropertyOperations;
878
878
* LICENSE file in the root directory of this source tree. An additional grant
879
879
* of patent rights can be found in the PATENTS file in the same directory.
880
880
*
881
- *
881
+ *
882
882
*/
883
883
884
884
'use strict';
@@ -2380,11 +2380,11 @@ var topLevelTypes = {
2380
2380
topWheel: null
2381
2381
};
2382
2382
2383
- var EventConstants = {
2383
+ var BrowserEventConstants = {
2384
2384
topLevelTypes: topLevelTypes
2385
2385
};
2386
2386
2387
- module.exports = EventConstants ;
2387
+ module.exports = BrowserEventConstants ;
2388
2388
},{}],17:[function(_dereq_,module,exports){
2389
2389
/**
2390
2390
* Copyright 2013-present, Facebook, Inc.
@@ -2645,7 +2645,7 @@ module.exports = EventPluginHub;
2645
2645
* LICENSE file in the root directory of this source tree. An additional grant
2646
2646
* of patent rights can be found in the PATENTS file in the same directory.
2647
2647
*
2648
- *
2648
+ *
2649
2649
*/
2650
2650
2651
2651
'use strict';
@@ -3567,7 +3567,7 @@ module.exports = HTMLDOMPropertyConfig;
3567
3567
* LICENSE file in the root directory of this source tree. An additional grant
3568
3568
* of patent rights can be found in the PATENTS file in the same directory.
3569
3569
*
3570
- *
3570
+ *
3571
3571
*/
3572
3572
3573
3573
'use strict';
@@ -3761,7 +3761,7 @@ module.exports = LinkedValueUtils;
3761
3761
* LICENSE file in the root directory of this source tree. An additional grant
3762
3762
* of patent rights can be found in the PATENTS file in the same directory.
3763
3763
*
3764
- *
3764
+ *
3765
3765
*/
3766
3766
3767
3767
'use strict';
@@ -4399,7 +4399,7 @@ module.exports = ReactComponentBrowserEnvironment;
4399
4399
* LICENSE file in the root directory of this source tree. An additional grant
4400
4400
* of patent rights can be found in the PATENTS file in the same directory.
4401
4401
*
4402
- *
4402
+ *
4403
4403
*/
4404
4404
4405
4405
'use strict';
@@ -8343,7 +8343,7 @@ module.exports = ReactDOMUnknownPropertyHook;
8343
8343
* LICENSE file in the root directory of this source tree. An additional grant
8344
8344
* of patent rights can be found in the PATENTS file in the same directory.
8345
8345
*
8346
- *
8346
+ *
8347
8347
*/
8348
8348
8349
8349
'use strict';
@@ -8858,7 +8858,7 @@ module.exports = {
8858
8858
* LICENSE file in the root directory of this source tree. An additional grant
8859
8859
* of patent rights can be found in the PATENTS file in the same directory.
8860
8860
*
8861
- *
8861
+ *
8862
8862
*/
8863
8863
8864
8864
'use strict';
@@ -8908,7 +8908,7 @@ module.exports = ReactEmptyComponent;
8908
8908
* LICENSE file in the root directory of this source tree. An additional grant
8909
8909
* of patent rights can be found in the PATENTS file in the same directory.
8910
8910
*
8911
- *
8911
+ *
8912
8912
*/
8913
8913
8914
8914
'use strict';
@@ -9111,7 +9111,7 @@ var ReactEventListener = {
9111
9111
/**
9112
9112
* Traps top-level events by using event bubbling.
9113
9113
*
9114
- * @param {string} topLevelType Record from `EventConstants `.
9114
+ * @param {string} topLevelType Record from `BrowserEventConstants `.
9115
9115
* @param {string} handlerBaseName Event name (e.g. "click").
9116
9116
* @param {object} element Element on which to attach listener.
9117
9117
* @return {?object} An object with a remove function which will forcefully
@@ -9128,7 +9128,7 @@ var ReactEventListener = {
9128
9128
/**
9129
9129
* Traps a top-level event by using event capturing.
9130
9130
*
9131
- * @param {string} topLevelType Record from `EventConstants `.
9131
+ * @param {string} topLevelType Record from `BrowserEventConstants `.
9132
9132
* @param {string} handlerBaseName Event name (e.g. "click").
9133
9133
* @param {object} element Element on which to attach listener.
9134
9134
* @return {?object} An object with a remove function which will forcefully
@@ -9173,7 +9173,7 @@ module.exports = ReactEventListener;
9173
9173
* LICENSE file in the root directory of this source tree. An additional grant
9174
9174
* of patent rights can be found in the PATENTS file in the same directory.
9175
9175
*
9176
- *
9176
+ *
9177
9177
*/
9178
9178
9179
9179
'use strict';
@@ -9271,7 +9271,7 @@ module.exports = ReactHostComponent;
9271
9271
* LICENSE file in the root directory of this source tree. An additional grant
9272
9272
* of patent rights can be found in the PATENTS file in the same directory.
9273
9273
*
9274
- *
9274
+ *
9275
9275
*/
9276
9276
9277
9277
'use strict';
@@ -9511,7 +9511,7 @@ module.exports = ReactInstanceMap;
9511
9511
* LICENSE file in the root directory of this source tree. An additional grant
9512
9512
* of patent rights can be found in the PATENTS file in the same directory.
9513
9513
*
9514
- *
9514
+ *
9515
9515
*/
9516
9516
9517
9517
'use strict';
@@ -9535,7 +9535,7 @@ module.exports = { debugTool: debugTool };
9535
9535
* LICENSE file in the root directory of this source tree. An additional grant
9536
9536
* of patent rights can be found in the PATENTS file in the same directory.
9537
9537
*
9538
- *
9538
+ *
9539
9539
*/
9540
9540
9541
9541
'use strict';
@@ -10610,7 +10610,7 @@ module.exports = ReactMultiChild;
10610
10610
* LICENSE file in the root directory of this source tree. An additional grant
10611
10611
* of patent rights can be found in the PATENTS file in the same directory.
10612
10612
*
10613
- *
10613
+ *
10614
10614
*/
10615
10615
10616
10616
'use strict';
@@ -10650,7 +10650,7 @@ module.exports = ReactNodeTypes;
10650
10650
* LICENSE file in the root directory of this source tree. An additional grant
10651
10651
* of patent rights can be found in the PATENTS file in the same directory.
10652
10652
*
10653
- *
10653
+ *
10654
10654
*/
10655
10655
10656
10656
'use strict';
@@ -10744,7 +10744,7 @@ module.exports = ReactOwner;
10744
10744
* LICENSE file in the root directory of this source tree. An additional grant
10745
10745
* of patent rights can be found in the PATENTS file in the same directory.
10746
10746
*
10747
- *
10747
+ *
10748
10748
*/
10749
10749
10750
10750
'use strict';
@@ -11245,7 +11245,7 @@ module.exports = ReactPerfAnalysis;
11245
11245
* LICENSE file in the root directory of this source tree. An additional grant
11246
11246
* of patent rights can be found in the PATENTS file in the same directory.
11247
11247
*
11248
- *
11248
+ *
11249
11249
*/
11250
11250
11251
11251
'use strict';
@@ -11270,7 +11270,7 @@ module.exports = ReactPropTypeLocationNames;
11270
11270
* LICENSE file in the root directory of this source tree. An additional grant
11271
11271
* of patent rights can be found in the PATENTS file in the same directory.
11272
11272
*
11273
- *
11273
+ *
11274
11274
*/
11275
11275
11276
11276
'use strict';
@@ -11633,7 +11633,7 @@ module.exports = ReactReconciler;
11633
11633
* LICENSE file in the root directory of this source tree. An additional grant
11634
11634
* of patent rights can be found in the PATENTS file in the same directory.
11635
11635
*
11636
- *
11636
+ *
11637
11637
*/
11638
11638
11639
11639
'use strict';
@@ -11812,7 +11812,7 @@ module.exports = ReactServerRenderingTransaction;
11812
11812
* LICENSE file in the root directory of this source tree. An additional grant
11813
11813
* of patent rights can be found in the PATENTS file in the same directory.
11814
11814
*
11815
- *
11815
+ *
11816
11816
*/
11817
11817
11818
11818
'use strict';
@@ -12093,7 +12093,7 @@ module.exports = ReactShallowRenderer;
12093
12093
var _prodInvariant = _dereq_(125),
12094
12094
_assign = _dereq_(158);
12095
12095
12096
- var EventConstants = _dereq_(16);
12096
+ var BrowserEventConstants = _dereq_(16);
12097
12097
var EventPluginHub = _dereq_(17);
12098
12098
var EventPluginRegistry = _dereq_(18);
12099
12099
var EventPropagators = _dereq_(20);
@@ -12109,7 +12109,7 @@ var ReactShallowRenderer = _dereq_(79);
12109
12109
var findDOMNode = _dereq_(108);
12110
12110
var invariant = _dereq_(150);
12111
12111
12112
- var topLevelTypes = EventConstants .topLevelTypes;
12112
+ var topLevelTypes = BrowserEventConstants .topLevelTypes;
12113
12113
12114
12114
function Event(suffix) {}
12115
12115
@@ -12343,7 +12343,7 @@ var ReactTestUtils = {
12343
12343
/**
12344
12344
* Simulates a top level event being dispatched from a raw event that occurred
12345
12345
* on an `Element` node.
12346
- * @param {Object} topLevelType A type from `EventConstants .topLevelTypes`
12346
+ * @param {Object} topLevelType A type from `BrowserEventConstants .topLevelTypes`
12347
12347
* @param {!Element} node The dom to simulate an event occurring on.
12348
12348
* @param {?Event} fakeNativeEvent Fake native event to use in SyntheticEvent.
12349
12349
*/
@@ -12355,7 +12355,7 @@ var ReactTestUtils = {
12355
12355
/**
12356
12356
* Simulates a top level event being dispatched from a raw event that occurred
12357
12357
* on the `ReactDOMComponent` `comp`.
12358
- * @param {Object} topLevelType A type from `EventConstants .topLevelTypes`.
12358
+ * @param {Object} topLevelType A type from `BrowserEventConstants .topLevelTypes`.
12359
12359
* @param {!ReactDOMComponent} comp
12360
12360
* @param {?Event} fakeNativeEvent Fake native event to use in SyntheticEvent.
12361
12361
*/
@@ -12456,7 +12456,7 @@ buildSimulators();
12456
12456
* - `ReactTestUtils.SimulateNative.mouseMove(Element/ReactDOMComponent)`
12457
12457
* - `ReactTestUtils.SimulateNative.mouseIn/ReactDOMComponent)`
12458
12458
* - `ReactTestUtils.SimulateNative.mouseOut(Element/ReactDOMComponent)`
12459
- * - ... (All keys from `EventConstants .topLevelTypes`)
12459
+ * - ... (All keys from `BrowserEventConstants .topLevelTypes`)
12460
12460
*
12461
12461
* Note: Top level event types are a subset of the entire set of handler types
12462
12462
* (which include a broader set of "synthetic" events). For example, onDragDone
@@ -13482,7 +13482,7 @@ module.exports = SelectEventPlugin;
13482
13482
* LICENSE file in the root directory of this source tree. An additional grant
13483
13483
* of patent rights can be found in the PATENTS file in the same directory.
13484
13484
*
13485
- *
13485
+ *
13486
13486
*/
13487
13487
13488
13488
'use strict';
@@ -14568,7 +14568,7 @@ module.exports = SyntheticWheelEvent;
14568
14568
* LICENSE file in the root directory of this source tree. An additional grant
14569
14569
* of patent rights can be found in the PATENTS file in the same directory.
14570
14570
*
14571
- *
14571
+ *
14572
14572
*/
14573
14573
14574
14574
'use strict';
@@ -14820,7 +14820,7 @@ module.exports = ViewportMetrics;
14820
14820
* LICENSE file in the root directory of this source tree. An additional grant
14821
14821
* of patent rights can be found in the PATENTS file in the same directory.
14822
14822
*
14823
- *
14823
+ *
14824
14824
*/
14825
14825
14826
14826
'use strict';
@@ -14878,7 +14878,7 @@ module.exports = accumulateInto;
14878
14878
* LICENSE file in the root directory of this source tree. An additional grant
14879
14879
* of patent rights can be found in the PATENTS file in the same directory.
14880
14880
*
14881
- *
14881
+ *
14882
14882
*/
14883
14883
14884
14884
'use strict';
@@ -15306,7 +15306,7 @@ module.exports = findDOMNode;
15306
15306
* LICENSE file in the root directory of this source tree. An additional grant
15307
15307
* of patent rights can be found in the PATENTS file in the same directory.
15308
15308
*
15309
- *
15309
+ *
15310
15310
*/
15311
15311
15312
15312
'use strict';
@@ -15383,7 +15383,7 @@ module.exports = flattenChildren;
15383
15383
* LICENSE file in the root directory of this source tree. An additional grant
15384
15384
* of patent rights can be found in the PATENTS file in the same directory.
15385
15385
*
15386
- *
15386
+ *
15387
15387
*/
15388
15388
15389
15389
'use strict';
@@ -15674,7 +15674,7 @@ module.exports = getHostComponentFromComposite;
15674
15674
* LICENSE file in the root directory of this source tree. An additional grant
15675
15675
* of patent rights can be found in the PATENTS file in the same directory.
15676
15676
*
15677
- *
15677
+ *
15678
15678
*/
15679
15679
15680
15680
'use strict';
@@ -15715,7 +15715,7 @@ module.exports = getIteratorFn;
15715
15715
* LICENSE file in the root directory of this source tree. An additional grant
15716
15716
* of patent rights can be found in the PATENTS file in the same directory.
15717
15717
*
15718
- *
15718
+ *
15719
15719
*/
15720
15720
15721
15721
'use strict';
@@ -16122,7 +16122,7 @@ module.exports = isEventSupported;
16122
16122
* LICENSE file in the root directory of this source tree. An additional grant
16123
16123
* of patent rights can be found in the PATENTS file in the same directory.
16124
16124
*
16125
- *
16125
+ *
16126
16126
*/
16127
16127
16128
16128
'use strict';
@@ -16199,7 +16199,7 @@ module.exports = quoteAttributeValueForBrowser;
16199
16199
* LICENSE file in the root directory of this source tree. An additional grant
16200
16200
* of patent rights can be found in the PATENTS file in the same directory.
16201
16201
*
16202
- *
16202
+ *
16203
16203
*/
16204
16204
'use strict';
16205
16205
@@ -17250,7 +17250,7 @@ module.exports = camelizeStyleName;
17250
17250
* LICENSE file in the root directory of this source tree. An additional grant
17251
17251
* of patent rights can be found in the PATENTS file in the same directory.
17252
17252
*
17253
- *
17253
+ *
17254
17254
*/
17255
17255
17256
17256
var isTextNode = _dereq_(152);
@@ -17501,7 +17501,7 @@ module.exports = createNodesFromMarkup;
17501
17501
* LICENSE file in the root directory of this source tree. An additional grant
17502
17502
* of patent rights can be found in the PATENTS file in the same directory.
17503
17503
*
17504
- *
17504
+ *
17505
17505
*/
17506
17506
17507
17507
function makeEmptyFunction(arg) {
@@ -17924,7 +17924,7 @@ module.exports = isTextNode;
17924
17924
* LICENSE file in the root directory of this source tree. An additional grant
17925
17925
* of patent rights can be found in the PATENTS file in the same directory.
17926
17926
*
17927
- *
17927
+ *
17928
17928
* @typechecks static-only
17929
17929
*/
17930
17930
@@ -18012,7 +18012,7 @@ module.exports = performanceNow;
18012
18012
* of patent rights can be found in the PATENTS file in the same directory.
18013
18013
*
18014
18014
* @typechecks
18015
- *
18015
+ *
18016
18016
*/
18017
18017
18018
18018
/*eslint-disable no-self-compare */
0 commit comments