seek to 0
This commit is contained in:
parent
c343ae435d
commit
5fb6e4807d
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ TextArea.prototype.init = function() {
|
|||
});
|
||||
e.dblclick(function(e) {
|
||||
var tc = that.isTc();
|
||||
if (tc) {
|
||||
if (Ox.isNumber(tc)) {
|
||||
Video.set(tc);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue