Ah yes, Opera mimics IE at points...

This commit is contained in:
Ryan McGrath 2011-07-11 08:47:06 -04:00
parent 744fba7625
commit a0b97e8ef0
5 changed files with 8 additions and 7 deletions

View file

@ -37,6 +37,7 @@
p4 = $('#player_4');
wiimote.when('pressed_down', function() {
Wii.util.debug('LOL');
throw new Error('LOL');
p1.css({'top': p1.position().top + 50});
});