Skip to content

Commit

Permalink
Tiny tweak for MouseWheel demo
Browse files Browse the repository at this point in the history
  • Loading branch information
fakedarren committed Dec 29, 2010
1 parent d6a90eb commit b8e70fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/MouseWheel/demo.html
Expand Up @@ -3,6 +3,6 @@ <h3>
</h3>
<div><strong>Mousewheel Direction:</strong> <span id="log">none</span></div>
<div id="wheel">
<div id="up"><img width="41" height="43" alt="UP" src="demos/Mousewheel/up.gif"/></div>
<div id="down"><img width="41" height="43" alt="DOWN" src="demos/Mousewheel/down.gif"/></div>
<div id="up"><img width="41" height="43" alt="UP" src="demos/MouseWheel/up.gif"/></div>
<div id="down"><img width="41" height="43" alt="DOWN" src="demos/MouseWheel/down.gif"/></div>
</div>

0 comments on commit b8e70fa

Please sign in to comment.