mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 06:27:02 +03:00
KnockoutJS don't scramble exportDependencies. controlsDescendantBindings, createChildContext
This commit is contained in:
parent
a8e38a998f
commit
766d3eaa98
8 changed files with 16 additions and 16 deletions
|
|
@ -25,7 +25,7 @@ ko.computed = (evaluatorFunctionOrOptions, options) => {
|
|||
pure: false,
|
||||
isSleeping: false,
|
||||
readFunction: options["read"],
|
||||
disposeWhenNodeIsRemoved: options.disposeWhenNodeIsRemoved,
|
||||
disposeWhenNodeIsRemoved: options.disposeWhenNodeIsRemoved || null,
|
||||
disposeWhen: options.disposeWhen,
|
||||
domNodeDisposalCallback: null,
|
||||
dependencyTracking: {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue