From 6d6dddbec1238574882f10a78a6ec765df718252 Mon Sep 17 00:00:00 2001 From: Vincent Chang Date: Fri, 16 Aug 2013 17:00:14 +0800 Subject: [PATCH] Bug 904631 - "System JS : ERROR jar:file:///system/b2g/omni.ja!/components/WifiWorker.js:2889. r=mrbkap --- dom/wifi/WifiWorker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/wifi/WifiWorker.js b/dom/wifi/WifiWorker.js index 2f7fe5bf6a9..f0dfbd2c37a 100644 --- a/dom/wifi/WifiWorker.js +++ b/dom/wifi/WifiWorker.js @@ -2870,7 +2870,7 @@ WifiWorker.prototype = { self._stateRequests[0].callback.call(self, self._stateRequests[0].enabled); } else { WifiManager.setWifiEnabled(self._stateRequests[0].enabled, - self._setWifiEnabledCallback.bind(this)); + self._setWifiEnabledCallback.bind(self)); } timer = null; }, 1000, Ci.nsITimer.TYPE_ONE_SHOT);