Commit 2f343acc authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

add ';'

remove unused code

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56076 954022d7-b5bf-4e40-9824-e11837661b57
parent 6368f743
This diff is collapsed.
...@@ -990,7 +990,7 @@ function Num(val) ...@@ -990,7 +990,7 @@ function Num(val)
f: 0 f: 0
}; };
this.f = val.f; this.f = val.f;
}; }
Num.prototype = Num.prototype =
{ {
merge : function(num) merge : function(num)
...@@ -1191,7 +1191,7 @@ function Align(val) ...@@ -1191,7 +1191,7 @@ function Align(val)
this.angle = val.angle; this.angle = val.angle;
this.ver = val.ver; this.ver = val.ver;
this.wrap = val.wrap; this.wrap = val.wrap;
}; }
Align.prototype = Align.prototype =
{ {
_mergeProperty : function(first, second, def) _mergeProperty : function(first, second, def)
...@@ -4456,7 +4456,7 @@ function FilterColumns() { ...@@ -4456,7 +4456,7 @@ function FilterColumns() {
this.CustomFiltersObj = null; this.CustomFiltersObj = null;
} }
FilterColumns.prototype.clone = function() { FilterColumns.prototype.clone = function() {
var i, res = new FilterColumns(); var res = new FilterColumns();
res.ColId = this.ColId; res.ColId = this.ColId;
res.CustomFiltersObj = this.CustomFiltersObj; res.CustomFiltersObj = this.CustomFiltersObj;
......
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