Commit 3bbdc3f0 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Правка для принятия изменений с бордерами

Баг http://bugzserver/show_bug.cgi?id=21716

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51146 954022d7-b5bf-4e40-9824-e11837661b57
parent 6e8ff388
...@@ -713,7 +713,7 @@ BorderProp.prototype = { ...@@ -713,7 +713,7 @@ BorderProp.prototype = {
{ {
switch(nType) switch(nType)
{ {
case this.Properties.s: this.s = value;break; case this.Properties.s: this.setStyle(value);break;
case this.Properties.c: this.c = value;break; case this.Properties.c: this.c = value;break;
} }
} }
......
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