mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
Dropped more unused knockoutjs code
This commit is contained in:
parent
b79d9de1a0
commit
1d57a62ddd
14 changed files with 408 additions and 635 deletions
|
|
@ -35,9 +35,8 @@
|
|||
this.domElement = element;
|
||||
|
||||
if (element) {
|
||||
var tagNameLower = ko.utils.tagNameLower(element);
|
||||
this.templateType =
|
||||
tagNameLower == "template" && element.content && element.content.nodeType === 11 ? templateTemplate :
|
||||
element.matches("TEMPLATE") && element.content && element.content.nodeType === 11 ? templateTemplate :
|
||||
templateElement;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue