mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Replace some ko.exportSymbol('*') in favour of ko['*']
and drop ko.exportProperty()
This commit is contained in:
parent
6c144b5a28
commit
7c1f70c51e
16 changed files with 145 additions and 173 deletions
|
|
@ -106,7 +106,7 @@
|
|||
|
||||
// Stop tracking changes to the mapping for these nodes
|
||||
if (mapData.dependentObservable) {
|
||||
mapData.dependentObservable.dispose();
|
||||
mapData.dependentObservable['dispose']();
|
||||
mapData.dependentObservable = undefined;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue