Commit fe563ac2 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

add /** @constructor */

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@62473 954022d7-b5bf-4e40-9824-e11837661b57
parent f0b52e05
...@@ -221,6 +221,7 @@ ...@@ -221,6 +221,7 @@
prot["asc_getClearFilter"] = prot.asc_getClearFilter; prot["asc_getClearFilter"] = prot.asc_getClearFilter;
prot["asc_getIsAutoFilter"] = prot.asc_getIsAutoFilter; prot["asc_getIsAutoFilter"] = prot.asc_getIsAutoFilter;
/** @constructor */
function asc_CDefName(n, r, s) { function asc_CDefName(n, r, s) {
this.Name = n?n:null; this.Name = n?n:null;
this.Scope = s?s:null; this.Scope = s?s:null;
...@@ -231,7 +232,7 @@ ...@@ -231,7 +232,7 @@
asc_getName: function(){return this.Name;}, asc_getName: function(){return this.Name;},
asc_getScope: function(){return this.Scope;}, asc_getScope: function(){return this.Scope;},
asc_getRef: function(){return this.Ref;} asc_getRef: function(){return this.Ref;}
} };
window["Asc"].asc_CDefName = window["Asc"]["asc_CDefName"] = asc_CDefName; window["Asc"].asc_CDefName = window["Asc"]["asc_CDefName"] = asc_CDefName;
prot = asc_CDefName.prototype; prot = asc_CDefName.prototype;
......
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