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