Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbdavis committed Oct 11, 2018
1 parent 1b14e5d commit 634d5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion light-entity-row.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class AdjustableLightEntityRow extends Polymer.Element {
showTempButtons: {type: Boolean, value: false},
showColorTemp: {type: Boolean, value: false},
showColorPicker: {type: Boolean, value: false},
showColorSliers: {type: Boolean, value: false},
showColorSliders: {type: Boolean, value: false},
currentColor: {type: Object, value: {h: 0, s: 0}}
};
}
Expand Down

0 comments on commit 634d5e7

Please sign in to comment.