Commit cc2d359f authored by Alexander.Trofimov's avatar Alexander.Trofimov

bug 32901

change link type
parent 82d99ea3
......@@ -278,6 +278,8 @@
return normalize ? this.normalize() : this;
};
Range.prototype.assign2 = function (range) {
this.refType1 = range.refType1;
this.refType2 = range.refType2;
return this.assign(range.c1, range.r1, range.c2, range.r2);
};
......
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