Passing undefined
to catspeak_method
and then calling the result, causes a mess with scopes!
#133
Labels
undefined
to catspeak_method
and then calling the result, causes a mess with scopes!
#133
What version of Catspeak are you using?
3.1.0
What happened?
Passing
undefined
tocatspeak_method
with a Catspeak function, causes theself
to beundefined
andother
to be the previousself
upon calling. It should at the very least not changeself
/other
in this matter. Though as it's unlikely someone will useundefined
as the scope, I'd find this to be a low priority.The text was updated successfully, but these errors were encountered: