fixed #262 - Injecting clientScripts is not working
Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -953,7 +953,7 @@ Casper.prototype.injectClientScripts = function injectClientScripts() { | ... | @@ -953,7 +953,7 @@ Casper.prototype.injectClientScripts = function injectClientScripts() { |
953 | } else { | 953 | } else { |
954 | this.warn('Failed injecting %s client side', script); | 954 | this.warn('Failed injecting %s client side', script); |
955 | } | 955 | } |
956 | }); | 956 | }.bind(this)); |
957 | return this; | 957 | return this; |
958 | }; | 958 | }; |
959 | 959 | ... | ... |
-
Please register or sign in to post a comment