mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 17:07:03 +03:00
Cleanup knockout a bit
This commit is contained in:
parent
4f6783a991
commit
6bdd509b48
5 changed files with 39 additions and 41 deletions
|
|
@ -1,2 +1,2 @@
|
|||
window['ko'] = koExports;
|
||||
window['ko'] = ko;
|
||||
})(this);
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
(window => {
|
||||
// (0, eval)('this') is a robust way of getting a reference to the global object
|
||||
// For details, see http://stackoverflow.com/questions/14119988/return-this-0-evalthis/14120023#14120023
|
||||
var document = window['document'],
|
||||
koExports = {};
|
||||
var document = window['document'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue