Added missing pre/post knockout build files

This commit is contained in:
djmaze 2021-09-28 14:24:28 +02:00
parent bf756c9279
commit 4c7ce61bc0
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,2 @@
window['ko'] = koExports;
})(this);

View file

@ -0,0 +1,7 @@
(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'],
navigator = window['navigator'],
JSON = window["JSON"],
koExports = {};