Skip to content

Commit

Permalink
fixed jshint error
Browse files Browse the repository at this point in the history
  • Loading branch information
beatfactor committed Sep 13, 2014
1 parent 7aa3959 commit d42f3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runner/selenium.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function SeleniumServer(settings, callback) {
this.onStarted = callback;

this.port = this.settings.selenium.port || DEFAULT_PORT;
this.host = this.settings.selenium.host || DEFAULT_HOST
this.host = this.settings.selenium.host || DEFAULT_HOST;
this.output = '';
this.error_out = '';
this.process = null;
Expand Down

0 comments on commit d42f3f2

Please sign in to comment.