Commit 54114254 authored by Dmitry.Vikulov's avatar Dmitry.Vikulov Committed by Alexander.Trofimov

Add drawingDocument

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47812 954022d7-b5bf-4e40-9824-e11837661b57
parent f09ba154
......@@ -2081,6 +2081,7 @@ function DrawingObjects() {
var imageLoader = new ImageLoader();
_this.asyncImageLoadedEvent = null;
_this.drawingDocument = null;
//-----------------------------------------------------------------------------------
// Public methods
......@@ -5145,6 +5146,7 @@ function DrawingObjects() {
//-----------------------------------------------------------------------------------
_this.controller = new DrawingObjectsController(_this);
_this.drawingDocument = new CDrawingDocument();
//-----------------------------------------------------------------------------------
// Private Misc Methods
......
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