document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. if (positionOffset.X == 0 ||
  2.     (topLeftB.X < bottomRightOld.X && topLeftOld.X < bottomRightB.X))
  3. { /* ... */ }
  4. else if (positionOffset.Y == 0 ||
  5.     (topLeftB.Y < bottomRightNew.Y && topLeftNew.Y < bottomRightB.Y))
  6. { /* ... */ }
');