(c)
| 6748 | }; |
| 6749 | |
| 6750 | function callPendingCbs (c) { |
| 6751 | /* istanbul ignore if */ |
| 6752 | if (c.elm._moveCb) { |
| 6753 | c.elm._moveCb(); |
| 6754 | } |
| 6755 | /* istanbul ignore if */ |
| 6756 | if (c.elm._enterCb) { |
| 6757 | c.elm._enterCb(); |
| 6758 | } |
| 6759 | } |
| 6760 | |
| 6761 | function recordPosition (c) { |
| 6762 | c.data.newPos = c.elm.getBoundingClientRect(); |
nothing calls this directly
no outgoing calls
no test coverage detected