mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-20 16:49:52 +00:00
Fix typo in types
This commit is contained in:
parent
bd98dad6cb
commit
b4a88d2cc4
1 changed files with 1 additions and 1 deletions
2
index.d.ts
vendored
2
index.d.ts
vendored
|
|
@ -253,7 +253,7 @@ export default class Webamp {
|
|||
/**
|
||||
* Returns a promise that resolves when the skin is done loading.
|
||||
*/
|
||||
public oskinIsLoaded(): Promise<void>;
|
||||
public skinIsLoaded(): Promise<void>;
|
||||
|
||||
/**
|
||||
* **Note:** _This method is not fully functional. It is currently impossible to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue