Bug 949059 - MozInputMethod#mgmt should not return null value. r=fabrice

This commit is contained in:
Yuan Xulei
2014-01-03 09:16:48 -05:00
parent 9f0e77924d
commit 3e7c02f0a0
3 changed files with 41 additions and 4 deletions

View File

@@ -378,10 +378,6 @@ MozInputMethod.prototype = {
},
get mgmt() {
if (!WindowMap.isActive(this._window)) {
return null;
}
return this._mgmt;
},