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
3d09d3cc
...
3d09d3ccf261c7aae81f014b4fc25e36fc8c2b2b
authored
2014-01-15 05:30:59 -0800
by
Mickaël Andrieu
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge pull request #798 from renan/patch-1
Fix CoffeeScript example code
2 parents
d7d1d38c
2425295f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
docs/quickstart.rst
docs/quickstart.rst
View file @
3d09d3c
...
...
@@ -138,7 +138,7 @@ You can also write Casper scripts using the `CoffeeScript syntax <http://jashken
Array::map.call links, (e) -> e.getAttribute "href"
links = []
casper =
require('casper').create()
casper =
new require("casper").Casper
casper.start "http://google.fr/", ->
# search for 'casperjs' from google form
...
...
Please
register
or
sign in
to post a comment