1
0
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:
Nick O'Leary 2022-04-28 11:17:32 +01:00
parent 5de078dc61
commit bd626899df
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -562,8 +562,6 @@
expressionEditor = RED.editor.createEditor({
id: 'node-input-json',
value: "",
mode:"ace/mode/json",
value: value||"",
mode:"ace/mode/json",
readOnly: !!options.readOnly,