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
1a321ee0
...
1a321ee039e29949a9394e63ff21fc81103cf2af
authored
2012-01-13 15:37:44 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated erroneous version printed on casperjs --version
1 parent
5bd2e73b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
bin/bootstrap.js
bin/bootstrap.js
View file @
1a321ee
...
...
@@ -34,7 +34,7 @@ phantom.loadCasper = function() {
major
:
0
,
minor
:
6
,
patch
:
0
,
ident
:
'alpha'
,
ident
:
undefined
,
toString
:
function
()
{
var
version
=
[
this
.
major
,
this
.
minor
,
this
.
patch
].
join
(
'.'
);
if
(
this
.
ident
)
{
...
...
Please
register
or
sign in
to post a comment