BlinkDiffComparison.prototype._getApprovedImagePath = function (title, id) {
    var baseName = this._getBaseName(title, id || 1),
        folderName = this._getFolderName(),
        suffix = this._needsApprovedSuffix() ? '_approved' : '';