mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 01:32:27 +01:00
Fix Class#update for non-localized classes.
This commit is contained in:
@@ -986,8 +986,10 @@ Class.prototype = {
|
||||
catch (e) {}
|
||||
}, this);
|
||||
}
|
||||
return this;
|
||||
},
|
||||
|
||||
localizedProperties: {},
|
||||
magicalProperties: {}
|
||||
};
|
||||
Class.makeClosure = function makeClosure() {
|
||||
|
||||
Reference in New Issue
Block a user