From f58cb571ef932246eb550bb3e303c2b63983d00c Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 22 Oct 2014 15:35:58 +0000 Subject: [PATCH] Fix indentation --- phpgwapi/js/egw_action/egw_action_popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/js/egw_action/egw_action_popup.js b/phpgwapi/js/egw_action/egw_action_popup.js index aa3ab5d8b7..c6a5646569 100644 --- a/phpgwapi/js/egw_action/egw_action_popup.js +++ b/phpgwapi/js/egw_action/egw_action_popup.js @@ -254,7 +254,7 @@ function egwPopupActionImplementation() $j(_node).bind('taphold', contextHandler); } else { $j(_node).on('contextmenu', contextHandler); - } + } } ai.doRegisterAction = function(_aoi, _callback, _context)