seek to 0

This commit is contained in:
j 2018-04-07 13:30:53 +05:30
parent c343ae435d
commit 5fb6e4807d

View file

@ -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);
}
});