mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
This commit is contained in:
parent
b98b2fc52b
commit
8275690e93
1 changed files with 1 additions and 1 deletions
|
|
@ -643,7 +643,7 @@
|
|||
if ( prevGetter !== undefined ) {
|
||||
prevGetter();
|
||||
}
|
||||
return handler.getter();
|
||||
return handler.getter(); // cValue
|
||||
},
|
||||
set(a) {
|
||||
if ( prevSetter !== undefined ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue