Commit a479ca33 authored by Alexey.Golubev's avatar Alexey.Golubev Committed by Alexander.Trofimov

Исправлена опечатка.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55737 954022d7-b5bf-4e40-9824-e11837661b57
parent 5927388e
......@@ -2083,7 +2083,7 @@ DrawingObjectsController.prototype =
var objects_by_types = this.getSelectedObjectsByTypes();
var ret = {};
ret.chartProps = this.getChartProps();
window["asc"]["editor"].handlers.trigger("asc_onChangeSelectDrawingObjects", ret);
window["Asc"]["editor"].handlers.trigger("asc_onChangeSelectDrawingObjects", ret);
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment