Skip to content

Commit

Permalink
data-linecap=round example
Browse files Browse the repository at this point in the history
  • Loading branch information
aterrien committed Feb 12, 2013
1 parent 9dea104 commit 195976e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,9 @@ <h1>jQuery Knob</h1>
<p>&#215; Angle offset</p>
<pre>
data-angleOffset=90
data-linecap=round
</pre>
<input class="knob" data-angleOffset=90 value="35">
<input class="knob" data-angleOffset=90 data-linecap=round value="35">
</div>
<div class="demo">
<p>&#215; Angle offset and arc</p>
Expand Down

0 comments on commit 195976e

Please sign in to comment.