fix in isAreaEmpty and _notify
This commit is contained in:
parent
00d780adfa
commit
a33f046fa6
4 changed files with 5 additions and 5 deletions
|
|
@ -277,7 +277,7 @@
|
|||
if (this._updateCounter) {
|
||||
return;
|
||||
}
|
||||
var deletedNodes = Array.prototype.slice.call(arguments, 1).concat(this.getDirtyNodes());
|
||||
var deletedNodes = Array.prototype.slice.call(arguments, 0);
|
||||
deletedNodes = deletedNodes.concat(this.getDirtyNodes());
|
||||
this.onchange(deletedNodes);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue