André Costa

Results 14 comments of André Costa

This is true both for the wmf ci and when I run `jshint .` locally. In both cases on the unmodified test file.

Ah found it. The following should be added to `.jshintrc` ``` "predef": [ "mediaWiki", "jQuery", "QUnit" ], ```

Only the last two are still remaining. It would be nice if we could include some dummy test to both illustrate a basic test and to ensure that jshint doesn't...

Alternatively we simply change `( function ( mw, $ ) {` to `( function () {`