fixed an ide warning

This commit is contained in:
Ralf Becker 2014-01-20 15:25:43 +00:00
parent 68f2797cbc
commit 658b773dc1

View File

@ -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')