Commit 5190b1e7 authored by Alexander.Trofimov's avatar Alexander.Trofimov

delete unused arguments

parent dbf0b1da
......@@ -6660,7 +6660,7 @@ CT_I.prototype.toXml = function(writer, name) {
}
writer.WriteXmlNodeEnd(name);
};
CT_I.prototype.getR = function (writer, name) {
CT_I.prototype.getR = function () {
return this.r || 0;
};
function CT_PageField() {
......
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