Fix Bug 50410
This commit is contained in:
parent
1945456b9b
commit
58895a55d5
|
@ -308,6 +308,8 @@ define([
|
||||||
$target = $(e.currentTarget),
|
$target = $(e.currentTarget),
|
||||||
type = $target.data('type');
|
type = $target.data('type');
|
||||||
|
|
||||||
|
if (!me._chartObject) return;
|
||||||
|
|
||||||
var image = new Asc.asc_CImgProperty(),
|
var image = new Asc.asc_CImgProperty(),
|
||||||
chart = me._chartObject.get_ChartProperties();
|
chart = me._chartObject.get_ChartProperties();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue