Skip to content

Commit

Permalink
Change demo
Browse files Browse the repository at this point in the history
  • Loading branch information
vodkabears committed Feb 14, 2014
1 parent fb53338 commit 2fd55d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1>Remodal</h1>
<script src="../src/jquery.remodal.js"></script>
<script>
$(document).on('open', '.remodal', function () {
var modal = $(this);
alert('open');
});

$(document).on('opened', '.remodal', function () {
Expand Down

0 comments on commit 2fd55d3

Please sign in to comment.