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

минимизация

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68332 954022d7-b5bf-4e40-9824-e11837661b57
parent 0a5bc188
...@@ -580,13 +580,13 @@ function build_rx_table(local){ ...@@ -580,13 +580,13 @@ function build_rx_table(local){
userColumn : structured_tables_userColumn, userColumn : structured_tables_userColumn,
reservedColumn : structured_tables_reservedColumn, reservedColumn : structured_tables_reservedColumn,
userColumnRange: XRegExp.build( '\\[(?<colStart>{{uc}})\\]\\:\\[(?<colEnd>{{uc}})\\]', { userColumnRange: XRegExp.build( '\\[(?<colStart>{{uc}})\\]\\:\\[(?<colEnd>{{uc}})\\]', {
uc: structured_tables_userColumn "uc": structured_tables_userColumn
} ), } ),
hdtcc : XRegExp.build( '(?<hdt>\\[{{rc}}\\]|{{hd}}|{{dt}})(?:\\,(?:\\[(?<hdtcstart>{{uc}})\\])(?:\\:(?:\\[(?<hdtcend>{{uc}})\\]))?)?', { hdtcc : XRegExp.build( '(?<hdt>\\[{{rc}}\\]|{{hd}}|{{dt}})(?:\\,(?:\\[(?<hdtcstart>{{uc}})\\])(?:\\:(?:\\[(?<hdtcend>{{uc}})\\]))?)?', {
rc: structured_tables_reservedColumn, "rc": structured_tables_reservedColumn,
hd: structured_tables_headata, "hd": structured_tables_headata,
dt: structured_tables_datals, "dt": structured_tables_datals,
uc: structured_tables_userColumn "uc": structured_tables_userColumn
} ) } )
} ) } )
}, 'i' ); }, 'i' );
......
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