Commit e9cb2040 authored by Dmitry.Shahtanov's avatar Dmitry.Shahtanov Committed by Alexander.Trofimov

дополнительно для 56580

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56603 954022d7-b5bf-4e40-9824-e11837661b57
parent c1bb4f74
......@@ -3973,7 +3973,7 @@ function searchRegExp2( s, mask ) {
var nSLength = s.length;
var nMaskLength = mask.length;
var t = false;
for ( ; nSIndex < nSLength; nMaskIndex++, nSIndex++ ) {
for ( ; nSIndex < nSLength; nMaskIndex++, nSIndex++, t = false ) {
var cCurMask = mask[nMaskIndex];
if ( '~' == cCurMask ) {
nMaskIndex++;
......
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