rosshinkley / nightmare-examples

Examples and supplementary documentation for Nightmare
251 stars 46 forks source link

Semantic callbacks example requires Co #7

Closed Mr0grog closed 8 years ago

Mr0grog commented 8 years ago

The callbacks example starts with a require call for Co:

var Nightmare = require('nightmare'),
  co = require('co'),
  nightmare = Nightmare({
    show: true
  });

Guessing that just got left behind from modifying other example docs.

rosshinkley commented 8 years ago

Ugh. Copy/paste failure on my part. Good eye.