diff --git a/prototype/UI/index.html b/prototype/UI/index.html
index a0495b9b5..34b39a45c 100644
--- a/prototype/UI/index.html
+++ b/prototype/UI/index.html
@@ -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); })
}
});
}