1
1
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:
Rob Rix 2015-10-23 19:09:52 -04:00
parent b3fa50bf64
commit 05a376f8ae

View File

@ -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); })
}
});
}