mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
Changed Knockout a bit
This commit is contained in:
parent
a352ebff25
commit
f105ed3f9d
15 changed files with 205 additions and 194 deletions
|
|
@ -188,7 +188,7 @@ ko.bindingEvent = {
|
|||
if (options?.['notifyImmediately'] && bindingInfo.notifiedEvents[event]) {
|
||||
ko.dependencyDetection.ignore(callback, context, [node]);
|
||||
}
|
||||
return bindingInfo.eventSubscribable.subscribe(callback, context, event);
|
||||
return bindingInfo.eventSubscribable['subscribe'](callback, context, event);
|
||||
},
|
||||
|
||||
notify: (node, event) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue