Skip to content

Commit

Permalink
minor spacing adjustments to html
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Braitsch committed May 17, 2012
1 parent 25afaf8 commit 73832fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mouse-events/index.php
Expand Up @@ -28,7 +28,7 @@
<pre><code class='javascript'>
var c = new JS3Circle();
c.down = function(){ trace('The Mouse was pressed!'); };
c.up = function(){ trace('The Mouse was released!'); };
c.up = function(){ trace('The Mouse was released!'); };
c.over = function(){ trace('I was moused over!'); };
c.out = function(){ trace('I was moused out!'); };
c.click = function(){ trace('I was clicked!'); };
Expand Down

0 comments on commit 73832fd

Please sign in to comment.