mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-01 06:25:22 +00:00
Remove unused legacy method
This commit is contained in:
parent
b7d0195ea9
commit
94d7e38251
1 changed files with 0 additions and 5 deletions
|
|
@ -32,10 +32,5 @@ export default {
|
|||
}
|
||||
this.dispatch(setSkinFromUrl(options.skinUrl));
|
||||
return this;
|
||||
},
|
||||
|
||||
/* Functions */
|
||||
seekForwardBy: function(seconds) {
|
||||
this.media.seekToTime(this.media.timeElapsed() + seconds);
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue