Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
avoid alert in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Jun 24, 2014
1 parent a655c67 commit 36d7d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
});
document.getElementById('raw').addEventListener(
'core-animation-finish', function(e) {
alert('finish!');
console.log('finish!');
});
});
</script>
Expand Down

0 comments on commit 36d7d6c

Please sign in to comment.