mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
Drop unused Knockout functionality
Especially dropped memoization for improved speed.
This commit is contained in:
parent
e7975d4f82
commit
1e735bf4a9
30 changed files with 206 additions and 814 deletions
3
vendors/knockout/src/utils.domData.js
vendored
3
vendors/knockout/src/utils.domData.js
vendored
|
|
@ -41,6 +41,3 @@ ko.utils.domData = new (function () {
|
|||
nextKey: () => (uniqueId++) + dataStoreKeyExpandoPropertyName
|
||||
};
|
||||
})();
|
||||
|
||||
ko.exportSymbol('utils.domData', ko.utils.domData);
|
||||
ko.exportSymbol('utils.domData.clear', ko.utils.domData.clear); // Exporting only so specs can clear up after themselves fully
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue