2048
2048 copied to clipboard
Minor change to make automating strategies easier
(also fixed what looked like an accidental unused variable)
I was about to ask why you're using self
from a variable instead of this
, but apparently that's @gabrielecirulli's original code, which seems incredibly silly. Why make javascript something it's not?
http://stackoverflow.com/a/962040/459881
(Though it was unnecessary in this case, maybe the better change on my part would have been to simply remove that variable.)
@buu700
also fixed what looked like an accidental unused variable
What variable?
Why are you replaced this
with self
?
@iirelu What are you talking about? What's wrong with the code?