(c)
| 6742 | }; |
| 6743 | |
| 6744 | function callPendingCbs (c) { |
| 6745 | /* istanbul ignore if */ |
| 6746 | if (c.elm._moveCb) { |
| 6747 | c.elm._moveCb(); |
| 6748 | } |
| 6749 | /* istanbul ignore if */ |
| 6750 | if (c.elm._enterCb) { |
| 6751 | c.elm._enterCb(); |
| 6752 | } |
| 6753 | } |
| 6754 | |
| 6755 | function recordPosition (c) { |
| 6756 | c.data.newPos = c.elm.getBoundingClientRect(); |
nothing calls this directly
no outgoing calls
no test coverage detected