ewgenius / paper-interval-slider

A polymer element based in material design that allows user to select an interval in a range of values by moving start and end slider thumbs.
10 stars 6 forks source link

Inconsistent names for id attribute of sliderKnobInner #4

Open cherukumilli opened 9 years ago

cherukumilli commented 9 years ago

This is not a big issue but would sure love to see consistent names for the id's on lines 85 and 95

<div id="sliderKnobInner" // line 85 <div id="sliderKnobInnerB" // line 95

Can you please change the id of line 85 to <div id="sliderKnobInnerA" from <div id="sliderKnobInner" ?

A fuller snippet of the code is showing below: