mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
fixed an ide warning
This commit is contained in:
parent
68f2797cbc
commit
658b773dc1
@ -82,7 +82,7 @@ egw.extend('debug', egw.MODULE_GLOBAL, function(_app, _wnd) {
|
||||
var data = {
|
||||
time: (new Date()).getTime(),
|
||||
level: _level,
|
||||
args: _args,
|
||||
args: _args
|
||||
};
|
||||
// Add in a trace, if no navigation _level
|
||||
if (_level != 'navigation' && typeof (new Error).stack != 'undefined')
|
||||
|
Loading…
Reference in New Issue
Block a user