Commit f768c940 authored by Oleg.Korshul's avatar Oleg.Korshul

баг с определением транзишна, когда его нет

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@61332 954022d7-b5bf-4e40-9824-e11837661b57
parent 9ed738d5
...@@ -2878,7 +2878,7 @@ function BinaryPPTYLoader() ...@@ -2878,7 +2878,7 @@ function BinaryPPTYLoader()
} }
} }
if (_paramNames.length == _paramValues.length) if (_paramNames.length == _paramValues.length && _type != "")
{ {
var _len = _paramNames.length; var _len = _paramNames.length;
// тут все поддерживаемые переходы // тут все поддерживаемые переходы
......
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