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
6bf3ecd1
...
6bf3ecd1dd32ed6dd1befd19e6860d8f6644683c
authored
2011-12-23 08:49:10 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
s/revision/patch (semver.org compliance)
1 parent
db868022
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
casper.js
casper.js
View file @
6bf3ecd
...
...
@@ -33,9 +33,9 @@
phantom
.
casperVersion
=
{
major
:
0
,
minor
:
4
,
revision
:
1
,
patch
:
1
,
toString
:
function
()
{
return
[
this
.
major
,
this
.
minor
,
this
.
revision
].
join
(
'.'
);
return
[
this
.
major
,
this
.
minor
,
this
.
patch
].
join
(
'.'
);
}
};
...
...
Please
register
or
sign in
to post a comment