diff --git a/ui/base.js b/ui/base.js index 04dd8275..34c2ecc5 100755 --- a/ui/base.js +++ b/ui/base.js @@ -165,6 +165,7 @@ function getImageGID(image){ // position at the exact frame of the animation, this might not be // the desired "final" data... // XXX account for rotated images... +// need to keep this generic but still account for rotation... function getRelativeVisualPosition(outer, inner){ outer = $(outer).offset() inner = $(inner).offset()