Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 45f643f

Browse files
author
Paul Schoenfelder
committed
Clean up bulk registration example.
1 parent 356505c commit 45f643f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/bulk_registration.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h3 class="title">Alert</h3>
4949
displayAlert: {
5050
bind: new Combo(Key.A, Key.SHIFT),
5151
handler: function() {
52-
alert('Hell!');
52+
alert('Hello!');
5353
}
5454
},
5555
displayModal: {
@@ -67,7 +67,6 @@ <h3 class="title">Alert</h3>
6767
$('.modal').fadeIn('fast');
6868
}
6969
function hideModal() {
70-
console.log('hiding');
7170
$('.modal').fadeOut('fast');
7271
}
7372
})();

0 commit comments

Comments
 (0)