lint compliance

pull/1/head
yflory 3 years ago
parent 6895fe0650
commit 90fc5ae4f1

@ -1641,7 +1641,7 @@ define([
if (app === 'doc') {
d = getEditor().GetDocument();
hasChart = d.GetAllCharts().length || d.Document.Content.some(function (obj) {
return obj instanceof AscCommonWord.CTable;
return obj instanceof getWindow().AscCommonWord.CTable;
});
if (hasChart) { Feedback.send('OO_DOC_CHART', true); }
} else if (app === 'presentation') {

Loading…
Cancel
Save