KnockoutJS drop unused $rawData

This commit is contained in:
the-djmaze 2024-03-03 19:20:16 +01:00
parent ca170f2461
commit e3f781cffb

View file

@ -55,7 +55,6 @@ ko.bindingContext = class {
if (shouldInheritData) {
dataItem = self['$data'];
} else {
self['$rawData'] = dataItemOrObservable;
self['$data'] = dataItem;
}