remove an XXX note that has been addressed

This commit is contained in:
ansuz 2020-06-08 16:31:38 -04:00
parent 607deeaf24
commit a8eb554f6d
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ define([
classes: 'btn-danger'
}, function() {
if (typeof(onHide) !== "function") { return; }
onHide(hide); // XXX
onHide(hide);
});
$(answer).click(function () {