Commit 8d2af884 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@58196 954022d7-b5bf-4e40-9824-e11837661b57
parent 147d8c94
......@@ -54,7 +54,7 @@
asc_getCanBranding: function(v){ return this.canBranding; },
asc_getIsAutosaveEnable: function(){ return this.isAutosaveEnable; },
asc_getAutosaveMinInterval: function(){ return this.AutosaveMinInterval; },
asc_getIsAnalyticsEnable: function(){ return this.isAnalyticsEnable; }
asc_getIsAnalyticsEnable: function(){ return this.isAnalyticsEnable; },
asc_setCanEdit: function(v){ this.canEdit = v; },
asc_setCanDownload: function(v){ this.canDownload = v; },
......
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