Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
jklein24 committed Apr 7, 2015
1 parent 39fbf0e commit ea550ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paper-input-decorator.html
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@
if (!this.input) {
return true;
}

this.isInvalid = !this.input.validity.valid;
return this.input.validity.valid;
},
Expand Down

0 comments on commit ea550ae

Please sign in to comment.