This commit is contained in:
shenjack 2024-03-23 10:05:09 +08:00
parent 9d2398c33a
commit f9be40430c
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -3459,8 +3459,8 @@
aD(a) { aD(a) {
return J.get_interceptor(a).j(a) return J.get_interceptor(a).j(a)
}, },
ef(a) { get_trim(a) {
return J.a2(a).dF(a) return J.a2(a).trim_valid(a)
}, },
I: function I() {}, I: function I() {},
cW: function cW() {}, cW: function cW() {},
@ -3551,7 +3551,7 @@
ld(a) { ld(a) {
var s, r, q, p, o, n, m, l, k, j, i, h, g, f, e = "" var s, r, q, p, o, n, m, l, k, j, i, h, g, f, e = ""
a = a a = a
a = J.ef(a) a = J.get_trim(a)
s = null s = null
r = new O.cS($.iq()) r = new O.cS($.iq())
q = null q = null
@ -5982,7 +5982,7 @@
dD(a) { dD(a) {
return a.toLowerCase() return a.toLowerCase()
}, },
dF(a) { trim_valid(a) {
var s, r, q, p = a.trim(), var s, r, q, p = a.trim(),
o = p.length o = p.length
if (o === 0) return p if (o === 0) return p
@ -10084,7 +10084,7 @@
var s, r, q, p, o = this.dy.style var s, r, q, p, o = this.dy.style
o.toString o.toString
C.d.T(o, C.d.N(o, "opacity"), "0", "") C.d.T(o, C.d.N(o, "opacity"), "0", "")
o = J.ef(this.d.value) o = J.get_trim(this.d.value)
s = $.is() s = $.is()
r = H.aW(o, s, "") r = H.aW(o, s, "")
q = H.setRuntimeTypeInfo(r.split("\n"), t.s) q = H.setRuntimeTypeInfo(r.split("\n"), t.s)
@ -10099,7 +10099,7 @@
}, },
aU(a) { aU(a) {
var s = this, var s = this,
r = J.ef(s.d.value), r = J.get_trim(s.d.value),
q = $.is(), q = $.is(),
p = H.aW(r, q, "") p = H.aW(r, q, "")
if (!C.b.R(s.ch.style.height, "0")) { if (!C.b.R(s.ch.style.height, "0")) {
@ -10279,7 +10279,7 @@
} }
G.eK.prototype = { G.eK.prototype = {
$1(a) { $1(a) {
return J.ef(a) return J.get_trim(a)
}, },
$S: 39 $S: 39
} }