Thanks for the explanation.
After adding var me = this, and using me instead of this, it works fine now (at least for my need).
I agree to you, priority of this is not high.
BTW, maybe something like "use strict" is an option (?)
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Thanks for the explanation.
After adding var me = this, and using me instead of this, it works fine now (at least for my need).
I agree to you, priority of this is not high.
BTW, maybe something like "use strict" is an option (?)