mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-18 12:08:59 +08:00
Fixes the order of methods in the Component.
This commit is contained in:
4
types/video.js/index.d.ts
vendored
4
types/video.js/index.d.ts
vendored
@@ -92,11 +92,11 @@ declare namespace videojs {
|
||||
initChildren(): void;
|
||||
localize(key: string, tokens?: string[], defaultValue?: string): string;
|
||||
name(): string;
|
||||
options(obj: any): any;
|
||||
player(): Player;
|
||||
off(eventName?: string, callback?: (eventObject: Event) => void): void;
|
||||
on(eventName: string, callback: (eventObject: Event) => void): void;
|
||||
one(eventName: string, callback: (eventObject: Event) => void): void;
|
||||
options(obj: any): any;
|
||||
player(): Player;
|
||||
ready(callback: (this: this) => void): this;
|
||||
removeAttribute(attribute: string): void;
|
||||
removeChild(component: Component): void;
|
||||
|
||||
Reference in New Issue
Block a user