mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 05:36:46 +00:00
internal/jsre: remove trailing comma
This commit is contained in:
parent
f3c827ff48
commit
4a63b16bde
1 changed files with 1 additions and 1 deletions
|
|
@ -5490,7 +5490,7 @@ var properties = function () {
|
||||||
new Property({
|
new Property({
|
||||||
name: 'protocolVersion',
|
name: 'protocolVersion',
|
||||||
getter: 'eth_protocolVersion'
|
getter: 'eth_protocolVersion'
|
||||||
}),
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue