mirror of https://github.com/gorhill/uBlock.git
This commit is contained in:
parent
b98b2fc52b
commit
8275690e93
|
@ -643,7 +643,7 @@
|
|||
if ( prevGetter !== undefined ) {
|
||||
prevGetter();
|
||||
}
|
||||
return handler.getter();
|
||||
return handler.getter(); // cValue
|
||||
},
|
||||
set(a) {
|
||||
if ( prevSetter !== undefined ) {
|
||||
|
|
Loading…
Reference in New Issue