lint compliance

pull/1/head
yflory 4 years ago
parent 8c61948d02
commit c1c9e5ade8

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

Loading…
Cancel
Save