From e5aa97e2a0f1b5b306af7b142842f49365770da9 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 25 Feb 2014 16:03:12 +0000 Subject: [PATCH] fix IDE warnings --- phpgwapi/js/jsapi/egw_message.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpgwapi/js/jsapi/egw_message.js b/phpgwapi/js/jsapi/egw_message.js index 1888e592aa..553714b174 100644 --- a/phpgwapi/js/jsapi/egw_message.js +++ b/phpgwapi/js/jsapi/egw_message.js @@ -167,8 +167,8 @@ egw.extend('message', egw.MODULE_WND_LOCAL, function(_app, _wnd) * * @param {string} _msg message (already translated) to show, eg. 'Entry deleted' * @param {string} _app application name - * @param {(string|number)} _id=null id of entry to refresh - * @param {string} _type=null either 'update', 'edit', 'delete', 'add' or null + * @param {(string|number)} _id id of entry to refresh or null + * @param {string} _type either 'update', 'edit', 'delete', 'add' or null * - update: request just modified data from given rows. Sorting is not considered, * so if the sort field is changed, the row will not be moved. * - edit: rows changed, but sorting may be affected. Requires full reload.