Replace JSHint ignore directives with ESLint ones

This commit is contained in:
Brian Jacobel
2016-07-26 15:48:19 -04:00
parent 8582da4a97
commit a32fd27d60
89 changed files with 214 additions and 206 deletions

View File

@@ -107,7 +107,6 @@ describe("Formula Equation Preview", function () {
});
it('does not request again if the initial request has already been made', function (done) {
// jshint undef:false
expect(window.Problem.inputAjax.calls.count()).toEqual(1);
// Reset the spy in order to check calls again.