Commit 736a2e40 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47795 954022d7-b5bf-4e40-9824-e11837661b57
parent 4458f852
......@@ -37,6 +37,11 @@ DrawingObjectsController.prototype =
this.curState.onMouseUp(e, x, y);
},
onKeyDown: function(e)
{
this.curState.onKeyDown(e);
},
resetSelectionState: function()
{
while(this.selectedObjects.length > 0)
......
This diff is collapsed.
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