Property access, not function call. New build.

This commit is contained in:
Ryan McGrath 2011-07-10 03:34:33 -04:00
parent 13b73206f0
commit cc3fdf3723
3 changed files with 3 additions and 3 deletions

View file

@ -101,7 +101,7 @@ Wii.listen = function() {
* dispatched events instead of bitwise checks, but should all default back if another one
* comes online.
*/
if(wii_remoteCurrStatus.isBrowsing()) {
if(wii_remoteCurrStatus.isBrowsing) {
Wii.currentBrowsingRemote = wii_remote;
} else {
for(var evt in wii_remote.evtsInterestedIn) {