X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Fjavascript%2FMouseOverListener.java;h=b642f9d39846568748a94212588ed26ad0ad8c68;hb=b57a02c25e335d033c97f8a6bacd6b54f62bd2b6;hp=c62d48d2ad6e96850bf0972ea11d8e40a069e2d3;hpb=1cc81e06ac2faa5ee4b8879e9fa019956e34259f;p=jalview.git diff --git a/src/jalview/javascript/MouseOverListener.java b/src/jalview/javascript/MouseOverListener.java index c62d48d..b642f9d 100644 --- a/src/jalview/javascript/MouseOverListener.java +++ b/src/jalview/javascript/MouseOverListener.java @@ -58,10 +58,15 @@ public class MouseOverListener extends JSFunctionExec implements src = ((jalview.appletgui.AlignViewport) source).applet.currentAlignFrame; } - // TODO: ensure that if '_af' is specified along with a handler function, then only events from that alignFrame are sent to that function + // TODO: ensure that if '_af' is specified along with a handler + // function, then only events from that alignFrame are sent to that + // function } - executeJavascriptFunction(_listener, new Object[] - { src, seq.getDisplayId(false), "" + (1 + i), ""+seq.findPosition(i) }); + executeJavascriptFunction( + _listener, + new Object[] + { src, seq.getDisplayId(false), "" + (1 + i), + "" + seq.findPosition(i) }); } catch (Exception ex) {