add an XXX for a lint error

pull/1/head
ansuz 4 years ago
parent 206ffd9c33
commit a8fa0f29ae

@ -798,7 +798,7 @@ define([
])).click(common.prepareFeedback(type)).click(function () { ])).click(common.prepareFeedback(type)).click(function () {
$(button).hide(); $(button).hide();
common.getSframeChannel().query("Q_AUTOSTORE_STORE", null, function (err, obj) { common.getSframeChannel().query("Q_AUTOSTORE_STORE", null, function (err, obj) {
waitingForStoringCb = false; waitingForStoringCb = false; // XXX lint error, not defined
var error = err || (obj && obj.error); var error = err || (obj && obj.error);
if (error) { if (error) {
$(button).show(); $(button).show();

Loading…
Cancel
Save