Skip to content

Commit

Permalink
iPod example default value
Browse files Browse the repository at this point in the history
  • Loading branch information
aterrien committed Mar 4, 2014
1 parent 236a5dc commit 1a6d581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ <h1>jQuery Knob</h1>
data-displayInput="false"
+ some code
</pre>
<input class="infinite" data-width="150" data-thickness=".5" data-fgColor="#AAAAAA" data-bgColor="#FFFFFF" data-displayInput="false" data-cursor=true>
<input class="infinite" value="0" data-width="150" data-thickness=".5" data-fgColor="#AAAAAA" data-bgColor="#FFFFFF" data-displayInput="false" data-cursor=true>
</div>
<div style="float:left;margin-top:200px;">
<div class="ival" style="width:80px;text-align:center;font-size:50px;color:#AAA">0</div>
Expand Down

0 comments on commit 1a6d581

Please sign in to comment.