Skip to content

Commit

Permalink
Turned on undef:true for jQuery regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
valueof committed Jan 20, 2012
1 parent ef9a5a3 commit 9913468
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/regression/jquery.js
Expand Up @@ -34,5 +34,5 @@ exports.jQuery_1_7 = function () {
.addError(8089, "Mixed spaces and tabs.")
.addError(8090, "Mixed spaces and tabs.")
.addError(9209, "Mixed spaces and tabs.")
.test(src);
.test(src, {}, { DOMParser: false, ActiveXObject: false, define: false });
};
2 changes: 1 addition & 1 deletion tests/regression/libs/jquery-1.7.js
@@ -1,5 +1,5 @@
/*jshint white: false, undef: true, regexp: false, plusplus: false,
eqeqeq: false, eqnull: true, undef: false, evil: true, newcap: false,
eqeqeq: false, eqnull: true, evil: true, newcap: false, browser: true
forin: false, maxlen: 9001, immed: false */

/*!
Expand Down

0 comments on commit 9913468

Please sign in to comment.