Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. function resetFlags(e) {
  2. dragPan.enable();
  3. dragged = false;
  4. overFeature = null;
  5. overReportOrSite = false;
  6. overSiteId = -1;
  7. mouseDown = false;
  8. mouseDownFeature = false;
  9. mouseDownSite = false;
  10. mouseDownReport = false;
  11. mouseDownRight = false;
  12. mouseDownLeft = false;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement