(c)
| 12192 | } |
| 12193 | |
| 12194 | function recordPosition(c) { |
| 12195 | c.data.newPos = c.elm.getBoundingClientRect(); |
| 12196 | } |
| 12197 | |
| 12198 | function applyTranslation(c) { |
| 12199 | var oldPos = c.data.pos; |
nothing calls this directly
no outgoing calls
no test coverage detected