Remove duplicate outdated stringsOnlyObject implementation
This commit is contained in:
parent
6cd7dfeedf
commit
2649242178
10
Video.js
10
Video.js
@ -47,16 +47,6 @@ export default class Video extends Component {
|
|||||||
return strObj;
|
return strObj;
|
||||||
}
|
}
|
||||||
|
|
||||||
stringsOnlyObject(obj) {
|
|
||||||
const strObj = {};
|
|
||||||
|
|
||||||
Object.keys(obj).forEach(x => {
|
|
||||||
strObj[x] = obj[x].toString();
|
|
||||||
});
|
|
||||||
|
|
||||||
return strObj;
|
|
||||||
}
|
|
||||||
|
|
||||||
seek = (time) => {
|
seek = (time) => {
|
||||||
this.setNativeProps({ seek: time });
|
this.setNativeProps({ seek: time });
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user