Skip to content

Commit

Permalink
Remove a rogue return statement.
Browse files Browse the repository at this point in the history
Fixes issue 8092.
  • Loading branch information
jleyba committed Oct 30, 2014
1 parent 4553f88 commit 917ef8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion javascript/node/selenium-webdriver/phantomjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ var Driver = function(opt_capabilities, opt_flow) {
this.quit = function() {
return boundQuit().thenFinally(service.kill.bind(service));
};
return driver;
};
util.inherits(Driver, webdriver.WebDriver);

Expand Down

0 comments on commit 917ef8c

Please sign in to comment.