(e)
| 1249 | out.zrX = out.zrY = 0; |
| 1250 | } |
| 1251 | function getNativeEvent(e) { |
| 1252 | return e |
| 1253 | || window.event; |
| 1254 | } |
| 1255 | function normalizeEvent(el, e, calculate) { |
| 1256 | e = getNativeEvent(e); |
| 1257 | if (e.zrX != null) { |
no outgoing calls
no test coverage detected
searching dependent graphs…