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
|
||||
} else {
|
||||
self.volume = value;
|
||||
self.video.volume = getVolume());
|
||||
self.video.volume = getVolume();
|
||||
}
|
||||
return value;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue