Fix jshint errors with new require.paths support
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -76,6 +76,7 @@ CasperError.prototype = Object.getPrototypeOf(new Error()); | ... | @@ -76,6 +76,7 @@ CasperError.prototype = Object.getPrototypeOf(new Error()); |
76 | 76 | ||
77 | // casperjs env initialization | 77 | // casperjs env initialization |
78 | (function(global, phantom){ | 78 | (function(global, phantom){ |
79 | /*jshint maxstatements:99*/ | ||
79 | "use strict"; | 80 | "use strict"; |
80 | // phantom args | 81 | // phantom args |
81 | // NOTE: we can't use require('system').args here for some very obscure reason | 82 | // NOTE: we can't use require('system').args here for some very obscure reason | ... | ... |
-
Please register or sign in to post a comment