Commit 2425295f 2425295fed21961242e9d3a826a3be6e68589225 by Renan Gonçalves

Fix CoffeeScript example code

Fixes #796
1 parent d7d1d38c
......@@ -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
......