JAL-1807 - Bob's last(?) before leaving Dundee -- adds fast file loading
[jalviewjs.git] / site / j2s / jalview / schemes / ScoreColourScheme.js
index f097a40..2ba5128 100644 (file)
@@ -24,7 +24,7 @@ red = 0.0;
 }this.colors[i] = this.makeColour (red);
 }
 }, "~A,~A,~N,~N");
-Clazz.defineMethod (c$, "findColour", 
+Clazz.overrideMethod (c$, "findColourSeq", 
 function (c, j, seq) {
 if (this.threshold > 0) {
 if (!this.aboveThreshold (c, j)) {