mirror of
https://github.com/github/semantic.git
synced 2024-11-25 11:04:00 +03:00
Keep the sources.
This commit is contained in:
parent
00970c03ee
commit
7b8d3747de
@ -227,6 +227,7 @@
|
||||
if (json.pure != null) { this.pure = patch(json.pure, a, b); }
|
||||
if (json.roll != null) {
|
||||
this.ranges = json.extract;
|
||||
this.sources = [ a, b ];
|
||||
this.roll = syntax(json.roll.unwrap, function(x) { return new Diff(x, a, b); });
|
||||
}
|
||||
return this;
|
||||
|
Loading…
Reference in New Issue
Block a user