comparison interfaces/AB.js @ 2737:dff4b73459fc

#202 Fixed
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Fri, 21 Apr 2017 16:20:28 +0100
parents d999a8fc26ea
children b0a35c4b7023
comparison
equal deleted inserted replaced
2735:9d31ddedae2b 2737:dff4b73459fc
421 canContinue = false; 421 canContinue = false;
422 } 422 }
423 break; 423 break;
424 case 'scalerange': 424 case 'scalerange':
425 // Check the scale has been used effectively 425 // Check the scale has been used effectively
426 console.log("WARNING - Check 'scalerange' does not make sense in AB/ABX! Ignoring!"); 426 checkState = interfaceContext.checkScaleRange();
427 if (checkState === false) {
428 canContinue = false;
429 }
427 break; 430 break;
428 default: 431 default:
429 console.log("WARNING - Check option " + checks[i].check + " is not supported on this interface"); 432 console.log("WARNING - Check option " + checks[i].check + " is not supported on this interface");
430 break; 433 break;
431 } 434 }