Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
b2c7ada7
...
b2c7ada7f4fdb18a5c35b918b622bbab25e07a49
authored
2013-12-23 10:52:55 -0700
by
hexid
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix jshint errors with new require.paths support
1 parent
9b80a0e4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
bin/bootstrap.js
bin/bootstrap.js
View file @
b2c7ada
...
...
@@ -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
...
...
Please
register
or
sign in
to post a comment