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

@@ -62,6 +62,7 @@ responseHeaders.prototype.get = function get(name){
*/
exports.augmentResponse = function(response) {
"use strict";
/*jshint proto:true*/
if (!utils.isHTTPResource(response)) {
return;
}