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)
f: 0
};
this.f = val.f;
};
}
Num.prototype =
{
merge : function(num)
......@@ -1191,7 +1191,7 @@ function Align(val)
this.angle = val.angle;
this.ver = val.ver;
this.wrap = val.wrap;
};
}
Align.prototype =
{
_mergeProperty : function(first, second, def)
......@@ -4456,7 +4456,7 @@ function FilterColumns() {
this.CustomFiltersObj = null;
}
FilterColumns.prototype.clone = function() {
var i, res = new FilterColumns();
var res = new FilterColumns();
res.ColId = this.ColId;
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