mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-19 18:55:46 +01:00
Support Firefox 45 (without e10s).
This commit is contained in:
@@ -160,7 +160,7 @@ var Messages = Module("messages", {
|
||||
return { configurable: true, enumerable: true, value: this.default, writable: true };
|
||||
*/
|
||||
|
||||
if (!hasOwnProperty(obj, "localizedProperties"))
|
||||
if (!hasOwnProp(obj, "localizedProperties"))
|
||||
obj.localizedProperties = new RealSet(obj.localizedProperties);
|
||||
obj.localizedProperties.add(prop);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user