mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-21 20:44:25 +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) {
|
||||
dataItem = self['$data'];
|
||||
} else {
|
||||
self['$rawData'] = dataItemOrObservable;
|
||||
self['$data'] = dataItem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue