mirror of
https://github.com/github/semantic.git
synced 2024-11-25 11:04:00 +03:00
Use the correct references.
This commit is contained in:
parent
b3fa50bf64
commit
05a376f8ae
@ -172,8 +172,8 @@
|
||||
if (this.roll != null) {
|
||||
return new Diff({
|
||||
roll: {
|
||||
extract: roll.extract,
|
||||
unwrap: roll.unwrap.map(function(x) { return x.map(transform); })
|
||||
extract: this.roll.extract,
|
||||
unwrap: this.roll.unwrap.map(function(x) { return x.map(transform); })
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user