mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 20:11:23 +02:00
merged master into typescript
This commit is contained in:
@@ -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 = {};
|
||||
|
Reference in New Issue
Block a user