Skip to content

Commit

Permalink
Removed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasgarnier authored Apr 28, 2019
1 parent 69a5ec8 commit 2a2c42c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion codelab-elements/google-codelab/google_codelab.js
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,6 @@ class Codelab extends HTMLElement {
return;
}


let time = 0;
for (let i = this.currentSelectedStep_; i < this.steps_.length; i++) {
const step = /** @type {!Element} */ (this.steps_[i]);
Expand Down

0 comments on commit 2a2c42c

Please sign in to comment.