Commit 60d03524 60d03524a6acf8e6456e6cb3827d0046dce52ad7 by Nicolas Perriault

fixed #262 - Injecting clientScripts is not working

1 parent 1d151ab9
Subproject commit 788879483f987f3a49401d1f817ae30745c06bd7
Subproject commit e98991042dc266cbade70b3fe0dd612a7dfd273e
......
......@@ -953,7 +953,7 @@ Casper.prototype.injectClientScripts = function injectClientScripts() {
} else {
this.warn('Failed injecting %s client side', script);
}
});
}.bind(this));
return this;
};
......