Bingo._checkResultString = function()

in bingo.js [76:80]


Bingo._checkResultString = function(indigo, result) {
    if (typeof result !== 'string')
        throw new BingoException(indigo.getLastError());
    return result;
};