forked from extern/egroupware
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 = {
|
var data = {
|
||||||
time: (new Date()).getTime(),
|
time: (new Date()).getTime(),
|
||||||
level: _level,
|
level: _level,
|
||||||
args: _args,
|
args: _args
|
||||||
};
|
};
|
||||||
// Add in a trace, if no navigation _level
|
// Add in a trace, if no navigation _level
|
||||||
if (_level != 'navigation' && typeof (new Error).stack != 'undefined')
|
if (_level != 'navigation' && typeof (new Error).stack != 'undefined')
|
||||||
|
Loading…
Reference in New Issue
Block a user