Update casperjs to 1.0.2.

(imported from commit 9e34b51c4588dce6419ea86024b2e8c06346a685)
This commit is contained in:
Tim Abbott
2013-03-05 11:10:02 -05:00
parent d1fb74e627
commit eadb2ea6d3
116 changed files with 2757 additions and 745 deletions

View File

@@ -1,3 +1,6 @@
/*jshint strict:false*/
/*global CasperError console phantom require*/
var casper = require("casper").create({
loadImages: false,
logLevel: "debug",
@@ -34,4 +37,4 @@ Object.keys(links).forEach(function(url) {
fantomas.run(function() {
this.renderJSON(links);
this.exit();
});
});