Last active
March 20, 2017 11:22
-
-
Save edouard-lopez/30fa3a3e7d891016a18ebb1213ccf9c5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 removeAutoClickers(numberOfAutoClicker) { | |
for (i=0; i<numberOfAutoClicker; i++) { | |
window.window.clearInterval(autoClickers[i]); | |
} | |
} | |
removeAutoClickers(numberOfAutoClicker); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment