Created
February 22, 2017 03:05
-
-
Save newmana/03b65de495543be6a2c3704e16403a9d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function resetFlags(e) { | |
dragPan.enable(); | |
dragged = false; | |
overFeature = null; | |
overReportOrSite = false; | |
overSiteId = -1; | |
mouseDown = false; | |
mouseDownFeature = false; | |
mouseDownSite = false; | |
mouseDownReport = false; | |
mouseDownRight = false; | |
mouseDownLeft = false; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment