Reduce duplicated code in Function node html

This commit is contained in:
Nick O'Leary
2020-05-22 14:57:28 +01:00
parent a764a4a44b
commit 9512450d7c
3 changed files with 85 additions and 144 deletions

View File

@@ -212,8 +212,8 @@
"outputs": "Outputs"
},
"text": {
"initialize": "// Code added here will be run once whenever the node is deployed.\n",
"finalize": "// Code added here will be run when the node is being stopped or re-deployed.\n"
"initialize": "// Code added here will be run once\n// whenever the node is deployed.\n",
"finalize": "// Code added here will be run when the\n// node is being stopped or re-deployed.\n"
},
"error": {
"inputListener":"Cannot add listener to 'input' event within Function",