mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-20 17:45:45 +01:00
Add reference counts for globally active style hives.
--HG-- branch : groups
This commit is contained in:
@@ -23,8 +23,7 @@ Highlight.liveProperty = function (name, prop) {
|
||||
val = Array.slice(val);
|
||||
else
|
||||
val = update({}, val);
|
||||
if (Object.freeze)
|
||||
Object.freeze(val);
|
||||
Object.freeze(val);
|
||||
}
|
||||
this.set(name, val);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user