Commit b2c7ada7 b2c7ada7f4fdb18a5c35b918b622bbab25e07a49 by hexid

Fix jshint errors with new require.paths support

1 parent 9b80a0e4
......@@ -76,6 +76,7 @@ CasperError.prototype = Object.getPrototypeOf(new Error());
// casperjs env initialization
(function(global, phantom){
/*jshint maxstatements:99*/
"use strict";
// phantom args
// NOTE: we can't use require('system').args here for some very obscure reason
......