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
2b5ca875
...
2b5ca875280afd8300453ae3dcf4a24acdd3efc2
authored
2012-07-16 23:11:21 +0000
by
pborreli
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed typos
1 parent
4444246a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
modules/casper.js
modules/clientutils.js
modules/tester.js
modules/casper.js
View file @
2b5ca87
...
...
@@ -193,7 +193,7 @@ Casper.prototype.back = function back() {
};
/**
* Encodes a resource using the base64 algorithm synchron
e
ously using
* Encodes a resource using the base64 algorithm synchronously using
* client-side XMLHttpRequest.
*
* NOTE: we cannot use window.btoa() for some strange reasons here.
...
...
@@ -851,7 +851,7 @@ Casper.prototype.injectClientUtils = function injectClientUtils() {
*
* @param String message The message to log
* @param String level The log message level (from Casper.logLevels property)
* @param String space Space from where the logged event occured (default: "phantom")
* @param String space Space from where the logged event occur
r
ed (default: "phantom")
* @return Casper
*/
Casper
.
prototype
.
log
=
function
log
(
message
,
level
,
space
)
{
...
...
modules/clientutils.js
View file @
2b5ca87
...
...
@@ -551,7 +551,7 @@
e
.
checked
=
(
e
.
value
===
value
);
});
}
else
{
out
=
'
U
rovided radio elements are empty'
;
out
=
'
P
rovided radio elements are empty'
;
}
break
;
default
:
...
...
modules/tester.js
View file @
2b5ca87
...
...
@@ -671,7 +671,7 @@ var Tester = function Tester(casper, options) {
};
/**
* Render tests results, an option
na
ly exit phantomjs.
* Render tests results, an option
al
ly exit phantomjs.
*
* @param Boolean exit
*/
...
...
@@ -795,7 +795,7 @@ var Tester = function Tester(casper, options) {
* file.
*
* @param Error|String error The error
* @param String file Test file where the error occured
* @param String file Test file where the error occur
r
ed
* @param Number line Line number (optional)
*/
this
.
uncaughtError
=
function
uncaughtError
(
error
,
file
,
line
)
{
...
...
Please
register
or
sign in
to post a comment