typo
This commit is contained in:
parent
bfb5c3d3ef
commit
c32d50e82e
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ Ox.VideoElement = function(options, self) {
|
||||||
value = self.volume
|
value = self.volume
|
||||||
} else {
|
} else {
|
||||||
self.volume = value;
|
self.volume = value;
|
||||||
self.video.volume = getVolume());
|
self.video.volume = getVolume();
|
||||||
}
|
}
|
||||||
return value;
|
return value;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue