Push this a bit further...

This commit is contained in:
Ryan McGrath 2011-07-11 08:50:32 -04:00
parent a0b97e8ef0
commit 7f4f81fa9e
4 changed files with 8 additions and 8 deletions

View file

@ -37,7 +37,7 @@
p4 = $('#player_4');
wiimote.when('pressed_down', function() {
Wii.util.debug('LOL');
Wii.util.debug({'message': 'You gone and done it now boy!'});
throw new Error('LOL');
p1.css({'top': p1.position().top + 50});
});