fires before a comment is deleted
$$("comments").attachEvent("onBeforeDelete",function(id){ const comment = this.getItem(id); });