mirror of
https://github.com/koel/koel
synced 2024-11-24 21:23:06 +00:00
Remove obsolete comments
This commit is contained in:
parent
a7e5cdcb00
commit
29ac291340
1 changed files with 0 additions and 5 deletions
|
@ -2,11 +2,6 @@ import Vue from 'vue';
|
|||
|
||||
/**
|
||||
* Responsible for all HTTP requests.
|
||||
*
|
||||
* IMPORTANT:
|
||||
* If the user has a good enough connection to stream music, he or she shouldn't
|
||||
* encounter any HTTP errors. That's why Koel doesn't handle HTTP errors.
|
||||
* After all, even if there were errors, how bad can it be?
|
||||
*/
|
||||
export default {
|
||||
request(method, url, data, successCb = null, errorCb = null) {
|
||||
|
|
Loading…
Reference in a new issue