Bug 1011856 - Remove usage of 2nd WeakMap#get parameter from MozKeyboard; r=xyuan

--HG--
extra : rebase_source : 9ab7d3e454a56c74380b608b32b262f80b3e2e6a
This commit is contained in:
Arpad Borsos 2014-05-20 14:19:14 +02:00
parent 6cbee11291
commit 84a9d31af6

View File

@ -32,7 +32,7 @@ let WindowMap = {
if (!this._map || !win) {
return false;
}
return this._map.get(win, false);
return this._map.get(win) || false;
},
/*