mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-23 22:36:01 +08:00
Added missing pre/post knockout build files
This commit is contained in:
parent
bf756c9279
commit
4c7ce61bc0
2 changed files with 9 additions and 0 deletions
2
vendors/knockout/build/fragments/extern-post.js
vendored
Normal file
2
vendors/knockout/build/fragments/extern-post.js
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
window['ko'] = koExports;
|
||||
})(this);
|
7
vendors/knockout/build/fragments/extern-pre.js
vendored
Normal file
7
vendors/knockout/build/fragments/extern-pre.js
vendored
Normal 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 = {};
|
Loading…
Reference in a new issue