Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
chore(lint): fix lint error (#3862)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjelin authored Dec 21, 2016
1 parent 86fd569 commit 9764ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ export class ProtractorBrowser extends Webdriver {
this.resetUrl = DEFAULT_RESET_URL;
this.debugHelper = new DebugHelper(this);

var ng12Hybrid_ = false;
let ng12Hybrid_ = false;
Object.defineProperty(this, 'ng12Hybrid', {
get: function() {
return ng12Hybrid_;
Expand Down

0 comments on commit 9764ea4

Please sign in to comment.