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;
|
||||
}
|
||||
|
||||
stringsOnlyObject(obj) {
|
||||
const strObj = {};
|
||||
|
||||
Object.keys(obj).forEach(x => {
|
||||
strObj[x] = obj[x].toString();
|
||||
});
|
||||
|
||||
return strObj;
|
||||
}
|
||||
|
||||
seek = (time) => {
|
||||
this.setNativeProps({ seek: time });
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user