Skip to content

Commit 917ef8c

Browse files
committed
Remove a rogue return statement.
Fixes issue 8092.
1 parent 4553f88 commit 917ef8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: javascript/node/selenium-webdriver/phantomjs.js

-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ var Driver = function(opt_capabilities, opt_flow) {
182182
this.quit = function() {
183183
return boundQuit().thenFinally(service.kill.bind(service));
184184
};
185-
return driver;
186185
};
187186
util.inherits(Driver, webdriver.WebDriver);
188187

0 commit comments

Comments
 (0)