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
4d94b84a
...
4d94b84a3c2ce78b95a5464f7044cab5464a742d
authored
2014-01-15 14:34:50 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Revert "Fix CoffeeScript example code"
This reverts commit
2425295f
.
1 parent
3d09d3cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
docs/quickstart.rst
docs/quickstart.rst
View file @
4d94b84
...
...
@@ -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 =
new require("casper").Casper
casper =
require('casper').create()
casper.start "http://google.fr/", ->
# search for 'casperjs' from google form
...
...
Please
register
or
sign in
to post a comment