JAL-1807 - Bob's last(?) before leaving Dundee -- adds fast file loading
[jalviewjs.git] / site / j2s / jalview / schemes / PIDColourScheme.js
index bdf6f24..77099d7 100644 (file)
@@ -12,7 +12,7 @@ Clazz.superConstructor (this, jalview.schemes.PIDColourScheme, []);
 this.pidColours = jalview.schemes.ResidueProperties.pidColours;
 this.thresholds = jalview.schemes.ResidueProperties.pidThresholds;
 });
-Clazz.defineMethod (c$, "findColour", 
+Clazz.overrideMethod (c$, "findColourSeq", 
 function (c, j, seq) {
 if ('a' <= c && c <= 'z') {
 c = String.fromCharCode (c.charCodeAt (0) - (32));