mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Cleanup some knockout code
This commit is contained in:
parent
893364d52d
commit
722e345cbe
3 changed files with 14 additions and 16 deletions
4
dev/External/ko.js
vendored
4
dev/External/ko.js
vendored
|
|
@ -169,10 +169,6 @@ ko.extenders.limitedList = (target, limitedList) => {
|
|||
|
||||
result(target());
|
||||
|
||||
if (!result.valueHasMutated) {
|
||||
result.valueHasMutated = () => target.valueHasMutated();
|
||||
}
|
||||
|
||||
return result;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue