Fix for the case where no title is found in the target rectangle

This commit is contained in:
mossroy 2013-11-26 12:43:18 +01:00
parent 92f71aee6a
commit ccf3f80117

View File

@ -762,7 +762,7 @@ define(function(require) {
LocalArchive.readTitlesFromTitleCoordsInTitleFile(localArchive, filteredTitlePositions, 0, new Array(), callbackFunction);
}
else {
return titlePositionsFound;
callbackFunction(titlePositionsFound);
}
}
};