mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-10-03 10:24:20 +08:00
KnockoutJS drop unused $rawData
This commit is contained in:
parent
ca170f2461
commit
e3f781cffb
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ ko.bindingContext = class {
|
||||||
if (shouldInheritData) {
|
if (shouldInheritData) {
|
||||||
dataItem = self['$data'];
|
dataItem = self['$data'];
|
||||||
} else {
|
} else {
|
||||||
self['$rawData'] = dataItemOrObservable;
|
|
||||||
self['$data'] = dataItem;
|
self['$data'] = dataItem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue