Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
60d03524
...
60d03524a6acf8e6456e6cb3827d0046dce52ad7
authored
2012-10-31 20:33:20 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fixed #262 - Injecting clientScripts is not working
1 parent
1d151ab9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
docs
modules/casper.js
docs
@
e9899104
Subproject commit
788879483f987f3a49401d1f817ae30745c06bd7
Subproject commit
e98991042dc266cbade70b3fe0dd612a7dfd273e
...
...
modules/casper.js
View file @
60d0352
...
...
@@ -953,7 +953,7 @@ Casper.prototype.injectClientScripts = function injectClientScripts() {
}
else
{
this
.
warn
(
'Failed injecting %s client side'
,
script
);
}
});
}
.
bind
(
this
)
);
return
this
;
};
...
...
Please
register
or
sign in
to post a comment