mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 15:07:02 +03:00
knockout appendChild => append
and tested closure-compiler 0.2.12 but still broken for es6 mode
This commit is contained in:
parent
7713f459ac
commit
0f56c7d28f
11 changed files with 209 additions and 188 deletions
|
|
@ -44,7 +44,7 @@
|
|||
// Note that innerShiv is deprecated in favour of html5shiv. We should consider adding
|
||||
// support for html5shiv (except if no explicit support is needed, e.g., if html5shiv
|
||||
// somehow shims the native APIs so it just works anyway)
|
||||
div.appendChild(windowContext['innerShiv'](markup));
|
||||
div.append(windowContext['innerShiv'](markup));
|
||||
} else {
|
||||
div.innerHTML = markup;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue