Update test after setting volume initially

Oops.
pull/1148/head
Jacob Mischka 8 years ago
parent 50dcb882fb
commit 58f95aaf33
No known key found for this signature in database
GPG Key ID: 50A869F8CD9CBB9C

@ -254,6 +254,8 @@ function create_main_fragment(state, component) {
m: function mount(target, anchor) {
insertNode(audio, target, anchor);
audio.volume = state.volume;
},
p: function update(changed, state) {

@ -58,6 +58,8 @@ function create_main_fragment(state, component) {
m: function mount(target, anchor) {
insertNode(audio, target, anchor);
audio.volume = state.volume;
},
p: function update(changed, state) {

Loading…
Cancel
Save