JAL-1807 - Bob's last(?) before leaving Dundee -- adds fast file loading
[jalviewjs.git] / site / j2s / jalview / schemes / ClustalxColourScheme.js
index 0556777..36419d0 100644 (file)
@@ -171,11 +171,11 @@ this.residueColour[17] = this.colours[0];
 this.residueColour[18] = this.colours[10];
 this.residueColour[19] = this.colours[0];
 });
-Clazz.defineMethod (c$, "findColour", 
+Clazz.overrideMethod (c$, "findColour", 
 function (c) {
 return java.awt.Color.pink;
 }, "~S");
-Clazz.defineMethod (c$, "findColour", 
+Clazz.overrideMethod (c$, "findColourSeq", 
 function (c, j, seq) {
 var currentColour;
 if (this.cons2.length <= j || (this.includeGaps && this.threshold != 0 && !this.aboveThreshold (c, j))) {