unselect
this.unselectBlob = function() { if(this.selectedBlob == null) { return; } this.selectedBlob.setSelected(false); this.selectedBlob = null; }