Skip to content

Commit

Permalink
modified jsevents 2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nwright committed Dec 7, 2009
1 parent ef39e73 commit fd6f276
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demos/KitchenSink/Resources/js_events2.html
Expand Up @@ -8,6 +8,7 @@
var move = 1;
document.body.ontouchstart = function(e)
{
e.preventDefault()
document.getElementById('start').innerHTML = start;
start++;
};
Expand Down

0 comments on commit fd6f276

Please sign in to comment.