Skip to content

Commit

Permalink
GH-46 Remove temp variables
Browse files Browse the repository at this point in the history
  • Loading branch information
david-polak committed Aug 18, 2019
1 parent 7ac2d1a commit 0f4b549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/builders/widgets/Range/template/Range.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default class Range extends Widget {
this.addValueProvider('target', this.target.provider)
}

getValue(temp1, temp2) {
getValue() {
return this.target.value
}

Expand Down

0 comments on commit 0f4b549

Please sign in to comment.