mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 904631 - "System JS : ERROR jar:file:///system/b2g/omni.ja!/components/WifiWorker.js:2889. r=mrbkap
This commit is contained in:
parent
976b11c6aa
commit
0d1cabc88d
@ -2880,7 +2880,7 @@ WifiWorker.prototype = {
|
|||||||
self._stateRequests[0].callback.call(self, self._stateRequests[0].enabled);
|
self._stateRequests[0].callback.call(self, self._stateRequests[0].enabled);
|
||||||
} else {
|
} else {
|
||||||
WifiManager.setWifiEnabled(self._stateRequests[0].enabled,
|
WifiManager.setWifiEnabled(self._stateRequests[0].enabled,
|
||||||
self._setWifiEnabledCallback.bind(this));
|
self._setWifiEnabledCallback.bind(self));
|
||||||
}
|
}
|
||||||
timer = null;
|
timer = null;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user