Bug 766497 - Fix typo. r=gal DONTBUILD

This commit is contained in:
Blake Kaplan 2012-07-02 14:05:17 +02:00
parent b2354cf9cd
commit c948ea33c9

View File

@ -864,7 +864,7 @@ var WifiManager = (function() {
// Public interface of the wifi service // Public interface of the wifi service
manager.setWifiEnabled = function(enable, callback) { manager.setWifiEnabled = function(enable, callback) {
if (enabled === manager.enabled) { if (enable === manager.enabled) {
callback("no change"); callback("no change");
return; return;
} }