in styles/search-worker.js [70:79]
function isEmpty(obj) { if(!obj) return true; for (var prop in obj) { if (obj.hasOwnProperty(prop)) return false; } return true; }