120121122123124125126127128129130
event.stopPropagation(); Action action = Action.valueOf(el.getAttribute("data-action")); if (value.getChunk() != null) fireEvent(new DiffChunkActionEvent(action, value.getChunk())); else fireEvent(new DiffLinesActionEvent(action)); } }