mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Update packages/node_modules/@node-red/editor-client/src/js/ui/actions.js
Oh, I'm sorry about this. Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
This commit is contained in:
parent
6657b2629f
commit
2da9161f29
@ -16,7 +16,7 @@ RED.actions = (function() {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
function removeAction(name) {
|
function removeAction(name) {
|
||||||
delete actions[name].handler;
|
delete actions[name];
|
||||||
}
|
}
|
||||||
function getAction(name) {
|
function getAction(name) {
|
||||||
return actions[name].handler;
|
return actions[name].handler;
|
||||||
|
Loading…
Reference in New Issue
Block a user