(c)
| 7207 | } |
| 7208 | |
| 7209 | function recordPosition (c) { |
| 7210 | c.data.newPos = c.elm.getBoundingClientRect(); |
| 7211 | } |
| 7212 | |
| 7213 | function applyTranslation (c) { |
| 7214 | var oldPos = c.data.pos; |
nothing calls this directly
no outgoing calls
no test coverage detected