Bingo.prototype.close = function()

in bingo.js [106:111]


Bingo.prototype.close = function() {
    this.indigo._setSessionId();
    if (this.id >= 0)
        Bingo._checkResult(this.indigo, this._lib.bingoCloseDatabase(this.id));
    this.id = -1;
};