(c)
| 6759 | } |
| 6760 | |
| 6761 | function recordPosition (c) { |
| 6762 | c.data.newPos = c.elm.getBoundingClientRect(); |
| 6763 | } |
| 6764 | |
| 6765 | function applyTranslation (c) { |
| 6766 | var oldPos = c.data.pos; |
nothing calls this directly
no outgoing calls
no test coverage detected