James D. Callahan III

Results 2 issues of James D. Callahan III

The `this` keyword on static methods refers the class instance (the constructor). This can be confusing. ## Fail ```js class A { static foo() { doSomething() } static bar() {...

help wanted
new rule

I'm not sure what to edit on the [Wiki page](https://wowpedia.fandom.com/wiki/API_ScriptRegion_IsMouseOver) to correct the definition in the extension, but there are two problems: - The type definition in the extension requires...