mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Remove unecessary argument to oneditcancel
This commit is contained in:
parent
79bd01f810
commit
d6ca421d59
@ -259,7 +259,7 @@ RED.editor = (function() {
|
||||
click: function() {
|
||||
if (editing_node._def) {
|
||||
if (editing_node._def.oneditcancel) {
|
||||
editing_node._def.oneditcancel.call(editing_node,true);
|
||||
editing_node._def.oneditcancel.call(editing_node);
|
||||
}
|
||||
}
|
||||
$( this ).dialog( "close" );
|
||||
|
Loading…
Reference in New Issue
Block a user