Bug 949059 - MozInputMethod#mgmt should not return null value. r=fabrice
This commit is contained in:
@@ -378,10 +378,6 @@ MozInputMethod.prototype = {
|
||||
},
|
||||
|
||||
get mgmt() {
|
||||
if (!WindowMap.isActive(this._window)) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return this._mgmt;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user