Commit 692cec80 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

delete constructor 3 arguments

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56610 954022d7-b5bf-4e40-9824-e11837661b57
parent d72c97c0
...@@ -264,7 +264,7 @@ CPdfPrinter.prototype = ...@@ -264,7 +264,7 @@ CPdfPrinter.prototype =
getFontMetrix : function() getFontMetrix : function()
{ {
console.log("error"); console.log("error");
return new FontMetrics(0, 0, 0); return new FontMetrics();
}, },
setFont : function(font) setFont : function(font)
{ {
......
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