H.uY -> H.initNativeDispatch
This commit is contained in:
parent
e5026e5a6a
commit
713b8120fc
@ -1522,7 +1522,7 @@ var A = {
|
|||||||
if (init.leafTags[a] === true) return H.makeLeafDispatchRecord(s)
|
if (init.leafTags[a] === true) return H.makeLeafDispatchRecord(s)
|
||||||
else return J.makeDispatchRecord(s, c, null, null)
|
else return J.makeDispatchRecord(s, c, null, null)
|
||||||
},
|
},
|
||||||
uY() {
|
initNativeDispatch() {
|
||||||
if (true === $.mA) return
|
if (true === $.mA) return
|
||||||
$.mA = true
|
$.mA = true
|
||||||
if (!run_env.from_code) {
|
if (!run_env.from_code) {
|
||||||
@ -3095,7 +3095,7 @@ var A = {
|
|||||||
var proto, r, q, interceptor, o, n = a[init.dispatchPropertyName]
|
var proto, r, q, interceptor, o, n = a[init.dispatchPropertyName]
|
||||||
if (n == null)
|
if (n == null)
|
||||||
if ($.mA == null) {
|
if ($.mA == null) {
|
||||||
H.uY()
|
H.initNativeDispatch()
|
||||||
n = a[init.dispatchPropertyName]
|
n = a[init.dispatchPropertyName]
|
||||||
} if (n != null) {
|
} if (n != null) {
|
||||||
proto = n.p
|
proto = n.p
|
||||||
|
Loading…
Reference in New Issue
Block a user