updated erroneous version printed on casperjs --version
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -34,7 +34,7 @@ phantom.loadCasper = function() { | ... | @@ -34,7 +34,7 @@ phantom.loadCasper = function() { |
34 | major: 0, | 34 | major: 0, |
35 | minor: 6, | 35 | minor: 6, |
36 | patch: 0, | 36 | patch: 0, |
37 | ident: 'alpha', | 37 | ident: undefined, |
38 | toString: function() { | 38 | toString: function() { |
39 | var version = [this.major, this.minor, this.patch].join('.'); | 39 | var version = [this.major, this.minor, this.patch].join('.'); |
40 | if (this.ident) { | 40 | if (this.ident) { | ... | ... |
-
Please register or sign in to post a comment