From 658b773dc1e36621c19e06fc140f30d142e915d4 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 20 Jan 2014 15:25:43 +0000 Subject: [PATCH] fixed an ide warning --- phpgwapi/js/jsapi/egw_debug.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/js/jsapi/egw_debug.js b/phpgwapi/js/jsapi/egw_debug.js index 4133e91641..2ea31cda70 100644 --- a/phpgwapi/js/jsapi/egw_debug.js +++ b/phpgwapi/js/jsapi/egw_debug.js @@ -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')