You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A function that doesn't have a this (note the lower-case t) in it is a static function, and magic should be able to tell when the function declaration doesn't say so. In the event that whoever wrote the function merely forgot to add this where they should, this warning might help, although it will, of course, not catch every missing this.
The text was updated successfully, but these errors were encountered:
A function that doesn't have a
this
(note the lower-caset
) in it is a static function, and magic should be able to tell when the function declaration doesn't say so. In the event that whoever wrote the function merely forgot to addthis
where they should, this warning might help, although it will, of course, not catch every missingthis
.The text was updated successfully, but these errors were encountered: