(e, t, n)
| 1634 | } |
| 1635 | |
| 1636 | function et(e, t, n) { |
| 1637 | var r = $e(e), i = Fe(e, t, r), o = "border-box" === w.css(e, "boxSizing", !1, r), a = o; |
| 1638 | if (We.test(i)) { |
| 1639 | if (!n) return i; |
| 1640 | i = "auto" |
| 1641 | } |
| 1642 | return a = a && (h.boxSizingReliable() || i === e.style[t]), ("auto" === i || !parseFloat(i) && "inline" === w.css(e, "display", !1, r)) && (i = e["offset" + t[0].toUpperCase() + t.slice(1)], a = !0), (i = parseFloat(i) || 0) + Ze(e, t, n || (o ? "border" : "content"), a, r, i) + "px" |
| 1643 | } |
| 1644 | |
| 1645 | w.extend({ |
| 1646 | cssHooks: { |
no test coverage detected