script: do not clone for removeSeparators.
This commit is contained in:
parent
d840144f3e
commit
a1dcb8c381
@ -468,7 +468,7 @@ Script.prototype.removeSeparators = function removeSeparators() {
|
||||
}
|
||||
|
||||
if (!found)
|
||||
return this.clone();
|
||||
return this;
|
||||
|
||||
// Uncommon case: someone actually
|
||||
// has a code separator. Go through
|
||||
|
||||
Loading…
Reference in New Issue
Block a user