(t, e)
| 29149 | }; |
| 29150 | const YB = "default"; |
| 29151 | function GB(t, e) { |
| 29152 | const n = t.globalCursor() |
| 29153 | ? "undefined" != typeof document && document.body |
| 29154 | : t.container(); |
| 29155 | if (n) |
| 29156 | return null == e |
| 29157 | ? n.style.removeProperty("cursor") |
| 29158 | : (n.style.cursor = e); |
| 29159 | } |
| 29160 | function VB(t, e) { |
| 29161 | var n = t._runtime.data; |
| 29162 | return (ut(n, e) || s("Unrecognized data set: " + e), n[e]); |
no outgoing calls
no test coverage detected