hobovsky / polyglot

TamperMonkey user script which improves user experience with CodeWars (or at least tries to).
18 stars 5 forks source link

Deal with errors and warnings #10

Closed Haksell closed 4 years ago

Haksell commented 4 years ago

Removed a lot of errors by adding these two lines at the top:

/* globals jQuery, $, waitForKeyElements, App */
var $ = window.jQuery;

Added a few let statements to shoe warnings away.

Replaced I'ven't solved by I haven't solved.

Accidentally prettified because I have a plugin to format on save. I think it is good but it moves a lot of things around so if you want me to create a new pull request without the new formatting, I can do that.

hobovsky commented 4 years ago

Replaced I'ven't solved by I haven't solved.

It was not a typo, it was a joke. Lame one, apparently.