Skip to content

Commit 429e549

Browse files
authored
Update App.html
1 parent d4f0925 commit 429e549

File tree

1 file changed

+1
-1
lines changed
  • content/examples/binding-media-elements

1 file changed

+1
-1
lines changed

content/examples/binding-media-elements/App.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
if (event.buttons === 1) {
9797
event.preventDefault();
9898
var p = event.clientX / window.innerWidth;
99-
this.set({ t: p * this.get('d') });
99+
this.set({ t: p * this.get().d });
100100
}
101101
}
102102
}

0 commit comments

Comments
 (0)