toStr: function toStr()

in style/js/catalog/bloodhound.js [32:34]


            toStr: function toStr(s) {
                return _.isUndefined(s) || s === null ? "" : s + "";
            },