Skip to content

Commit

Permalink
Remove unused block
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo committed Aug 1, 2018
1 parent 1f73711 commit de72edf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/vaadin-time-picker.html
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,6 @@
this.__onArrowPressWithStep(-stepResolution);
} else if (Polymer.IronA11yKeysBehavior.keyboardEventMatchesKeys(e, 'up')) {
this.__onArrowPressWithStep(stepResolution);
} else if (Polymer.IronA11yKeysBehavior.keyboardEventMatchesKeys(e, 'esc')) {
this.__memoValue = this.value && this.__validateTime(this.i18n.parseTime(this.value));
}
}

Expand Down

0 comments on commit de72edf

Please sign in to comment.