mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-14 22:10:30 +00:00
Fix overload ordering
This commit is contained in:
Vendored
+4
-4
@@ -231,10 +231,6 @@ declare namespace Resumable {
|
||||
**/
|
||||
handleDropEvent(e: Event): void;
|
||||
|
||||
/**
|
||||
* Listen for event from Resumable.js (see below)
|
||||
**/
|
||||
on(event: string, callback: Function): void;
|
||||
/**
|
||||
* A specific file was completed.
|
||||
**/
|
||||
@@ -303,6 +299,10 @@ declare namespace Resumable {
|
||||
* Listen to all the events listed above with the same callback function.
|
||||
**/
|
||||
on(event: 'catchAll', callback: () => void): void;
|
||||
/**
|
||||
* Listen for event from Resumable.js (see below)
|
||||
**/
|
||||
on(event: string, callback: Function): void;
|
||||
}
|
||||
|
||||
interface ResumableFile {
|
||||
|
||||
Reference in New Issue
Block a user