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

дополнительно для ревизии 66594

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66632 954022d7-b5bf-4e40-9824-e11837661b57
parent f5f7b93a
...@@ -817,7 +817,7 @@ DependencyGraph.prototype = { ...@@ -817,7 +817,7 @@ DependencyGraph.prototype = {
/*Defined Names section*/ /*Defined Names section*/
getDefNameNode:function ( node ) { getDefNameNode:function ( node ) {
var ret = this.defNameList[node]; var ret = this.defNameList[node];
return ret ? null : ret; return ret ? ret : null;
}, },
getDefNameNodeByName:function ( name, sheetId ) { getDefNameNodeByName:function ( name, sheetId ) {
......
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