($obj)
| 35 | eventNS: string; |
| 36 | |
| 37 | static get($obj) { |
| 38 | const key = this.DOMAttachKey; |
| 39 | return $obj.data(key); |
| 40 | } |
| 41 | |
| 42 | static getOrConstruct<T = DOMAttachedObject>($obj, ...args): T { |
| 43 | const $singleObj = $obj.eq(0); |
no outgoing calls
no test coverage detected