Commit 4d94b84a 4d94b84a3c2ce78b95a5464f7044cab5464a742d by Nicolas Perriault

Revert "Fix CoffeeScript example code"

This reverts commit 2425295f.
1 parent 3d09d3cc
......@@ -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
......