merged master into typescript

This commit is contained in:
Ralf Becker
2020-02-03 15:16:51 +00:00
13 changed files with 1691 additions and 877 deletions

View File

@@ -440,7 +440,11 @@
// get TypeScript modules working with our loader
function require(_file)
{
switch(_file)
{
case 'jquery': // cropper mistakes this for commonJS (typeof exports === 'object')
return window.jQuery;
}
return window.exports;
}
var exports = {};