mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
notifySubscribers and equalityComparer are not used outside KnockoutJS
This commit is contained in:
parent
679d7356e0
commit
30e9b89d9b
9 changed files with 113 additions and 114 deletions
|
|
@ -82,7 +82,7 @@ ko.extenders['trackArrayChanges'] = (target, options) => {
|
|||
pendingChanges = 0;
|
||||
|
||||
if (changes && changes.length) {
|
||||
target['notifySubscribers'](changes, arrayChangeEventName);
|
||||
target.notifySubscribers(changes, arrayChangeEventName);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue