Skip to content

Commit

Permalink
chore(sample): make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanood committed May 11, 2016
1 parent 68c7fcb commit 8a4f9ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample/src/samples/input/basic-use.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export class BasicUse {
this.textValue = 'something';
}
setDisabled() {
this.disabledValue = !this.disabledValue;
this.disabledValue = !this.disabledValue;
}
}
2 changes: 1 addition & 1 deletion sample/src/samples/input/textarea.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export class TextArea {
this.textValue = 'something';
}
setDisabled() {
this.disabledValue = !this.disabledValue;
this.disabledValue = !this.disabledValue;
}
}

0 comments on commit 8a4f9ee

Please sign in to comment.