UI.prototype._loadDefault = function()

in web/src/ui.js [65:70]


    UI.prototype._loadDefault = function() {
        for (var i = 0; i < this._cells.length; ++i) {
            this._cells[i].setPaths(DEFAULT_PATHS[i]);
        }
        this._predictions.setProbs(DEFAULT_PROBS);
    };