Property access, not function call. New build.
This commit is contained in:
parent
13b73206f0
commit
cc3fdf3723
3 changed files with 3 additions and 3 deletions
|
|
@ -78,7 +78,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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue