Merge branch 'Release_2_9_0b1_Branch'
[jalview.git] / src / jalview / javascript / MouseOverListener.java
index 9d0279b..2b228da 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
- * Copyright (C) $$Year-Rel$$ The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b1)
+ * Copyright (C) 2015 The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -64,10 +64,8 @@ public class MouseOverListener extends JSFunctionExec implements
           // function, then only events from that alignFrame are sent to that
           // function
         }
-        executeJavascriptFunction(
-                _listener,
-                new Object[]
-                { src, seq.getDisplayId(false), "" + (1 + i),
+        executeJavascriptFunction(_listener,
+                new Object[] { src, seq.getDisplayId(false), "" + (1 + i),
                     "" + seq.findPosition(i) });
       } catch (Exception ex)
       {