mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +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
8
vendors/knockout/src/virtualElements.js
vendored
8
vendors/knockout/src/virtualElements.js
vendored
|
|
@ -143,11 +143,3 @@
|
|||
}
|
||||
};
|
||||
})();
|
||||
ko.exportSymbol('virtualElements', ko.virtualElements);
|
||||
ko.exportSymbol('virtualElements.allowedBindings', ko.virtualElements.allowedBindings);
|
||||
ko.exportSymbol('virtualElements.emptyNode', ko.virtualElements.emptyNode);
|
||||
//ko.exportSymbol('virtualElements.firstChild', ko.virtualElements.firstChild); // firstChild is not minified
|
||||
ko.exportSymbol('virtualElements.insertAfter', ko.virtualElements.insertAfter);
|
||||
//ko.exportSymbol('virtualElements.nextSibling', ko.virtualElements.nextSibling); // nextSibling is not minified
|
||||
ko.exportSymbol('virtualElements.prepend', ko.virtualElements.prepend);
|
||||
ko.exportSymbol('virtualElements.setDomNodeChildren', ko.virtualElements.setDomNodeChildren);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue