(c)
| 6753 | } |
| 6754 | |
| 6755 | function recordPosition (c) { |
| 6756 | c.data.newPos = c.elm.getBoundingClientRect(); |
| 6757 | } |
| 6758 | |
| 6759 | function applyTranslation (c) { |
| 6760 | var oldPos = c.data.pos; |
nothing calls this directly
no outgoing calls
no test coverage detected