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