Commit a5a6ea52 authored by Dmitry.Shahtanov's avatar Dmitry.Shahtanov

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

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