1
0
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:
Kris Maglione
2011-02-08 20:53:11 -05:00
parent 9247244338
commit 863c10df7a
4 changed files with 59 additions and 18 deletions

View File

@@ -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);