mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix linting error from merge
This commit is contained in:
parent
5de078dc61
commit
bd626899df
@ -562,8 +562,6 @@
|
|||||||
|
|
||||||
expressionEditor = RED.editor.createEditor({
|
expressionEditor = RED.editor.createEditor({
|
||||||
id: 'node-input-json',
|
id: 'node-input-json',
|
||||||
value: "",
|
|
||||||
mode:"ace/mode/json",
|
|
||||||
value: value||"",
|
value: value||"",
|
||||||
mode:"ace/mode/json",
|
mode:"ace/mode/json",
|
||||||
readOnly: !!options.readOnly,
|
readOnly: !!options.readOnly,
|
||||||
|
Loading…
Reference in New Issue
Block a user