clone.js: hasSeg()
this.seg was always defined (to an empty object) therefore testing whether its type is undefined was useless. Instead we rely on a method in Clone to know whether the seg field is defined.
-
mentioned in issue #2085 (closed)
-
mentioned in issue #2281 (closed)
Please register or sign in to comment