msp.js change (thanks ProDrone)

10.3.x-maintenance
skaman82 2015-12-16 22:34:10 +01:00
parent 129635bc8b
commit c58335bd5b
1 changed files with 2 additions and 2 deletions

View File

@ -1446,9 +1446,9 @@ MSP.sendModeRanges = function(onCompleteCallback) {
if (MODE_RANGES.length == 0) {
onCompleteCallback();
}
} else {
send_next_mode_range();
}
function send_next_mode_range() {