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
ecf8efe1
...
ecf8efe10d6ae9920414107c48e47e81130e77f8
authored
2011-12-28 08:23:50 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
added BC phantom.Casper declaration
1 parent
b2f0ff3c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
casperjs
casperjs
View file @
ecf8efe
...
...
@@ -193,6 +193,9 @@ if (!phantom.casperLoaded) {
});
}
// BC
phantom.Casper = require('casper').Casper;
// casper cli args
phantom.casperArgs = require('cli').parse(phantom.args);
...
...
Please
register
or
sign in
to post a comment