mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add insert-function button to expression editor
This commit is contained in:
3
editor/vendor/jsonata/jsonata.js
vendored
3
editor/vendor/jsonata/jsonata.js
vendored
@@ -2788,6 +2788,9 @@ var jsonata = (function() {
|
||||
},
|
||||
assign: function (name, value) {
|
||||
environment.bind(name, value);
|
||||
},
|
||||
ast: function() {
|
||||
return ast;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user