Closed Mr0grog closed 8 years ago
The callbacks example starts with a require call for Co:
require
var Nightmare = require('nightmare'), co = require('co'), nightmare = Nightmare({ show: true });
Guessing that just got left behind from modifying other example docs.
Ugh. Copy/paste failure on my part. Good eye.
The callbacks example starts with a
require
call for Co:Guessing that just got left behind from modifying other example docs.