mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-24 02:36:00 +00:00
Remove unused method.
This commit is contained in:
parent
b2d7b68aad
commit
e8a144984d
1 changed files with 0 additions and 4 deletions
|
|
@ -31,10 +31,6 @@ export default {
|
|||
},
|
||||
|
||||
/* Functions */
|
||||
seekToPercentComplete: function(percent) {
|
||||
this.media.seekToPercentComplete(percent);
|
||||
},
|
||||
|
||||
seekForwardBy: function(seconds) {
|
||||
this.media.seekToTime(this.media.timeElapsed() + seconds);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue