remove an XXX note that has been addressed

pull/1/head
ansuz 5 years ago
parent 607deeaf24
commit a8eb554f6d

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

Loading…
Cancel
Save