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

Commit

Permalink
range-editor: set default min, max and step values
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Jan 8, 2014
1 parent d479778 commit 81bb16a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-editors.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@
<script>
Polymer('x-range-editor', {
min: 0,
max: 0,
step: 0,
max: 1,
step: 0.1,
defaultValue: 0,
metaChanged: function() {
if (this.meta) {
Expand Down

0 comments on commit 81bb16a

Please sign in to comment.