Fix indentation

This commit is contained in:
Hadi Nategh 2014-10-22 15:35:58 +00:00
parent 89a9c860e4
commit f58cb571ef

View File

@ -254,7 +254,7 @@ function egwPopupActionImplementation()
$j(_node).bind('taphold', contextHandler); $j(_node).bind('taphold', contextHandler);
} else { } else {
$j(_node).on('contextmenu', contextHandler); $j(_node).on('contextmenu', contextHandler);
} }
} }
ai.doRegisterAction = function(_aoi, _callback, _context) ai.doRegisterAction = function(_aoi, _callback, _context)