Commit e0720282 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

рефакторинг

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56446 954022d7-b5bf-4e40-9824-e11837661b57
parent 4b8858a2
...@@ -9233,23 +9233,5 @@ CColorObj.prototype = ...@@ -9233,23 +9233,5 @@ CColorObj.prototype =
if (this.geometry) { if (this.geometry) {
this.geometry.check_bounds(checker); this.geometry.check_bounds(checker);
} }
else {
checker._s();
checker._m(0, 0);
checker._l(this.extX, 0);
checker._l(this.extX, this.extY);
checker._l(0, this.extY);
checker._z();
checker._e();
}
} }
}; };
\ No newline at end of file
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