JAL-1807 - Bob's last(?) before leaving Dundee -- adds fast file loading
[jalviewjs.git] / site / j2s / java / util / ArrayList.js
index 71e92a9..78c4c54 100644 (file)
@@ -310,7 +310,7 @@ return i-this.firstIndex;
 },"~O");
 Clazz.overrideMethod(c$,"remove",
 function(location){
-if (0+location != location) return this.removeObject(location)
+if (0 + location != location)return this.removeObject(location)
 var result;
 var size=this.size();
 if(0<=location&&location<size){