mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Make it clear it's an empty loop.
This commit is contained in:
parent
06e870f69c
commit
79d5a46cab
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ var Events = {
|
|||
// Remove target offsets from page coordinates
|
||||
for (var el = event.target || event.srcElement; el;
|
||||
point.x -= el.offsetLeft, point.y -= el.offsetTop,
|
||||
el = el.offsetParent);
|
||||
el = el.offsetParent) {}
|
||||
return point;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue