mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-07 16:30:12 +08:00
Merge pull request #349 from ThomasArdal/master
Added $f variable to Vimeos froogaloop.d.ts
This commit is contained in:
Vendored
+3
-1
@@ -23,4 +23,6 @@ interface VimeoPlayer {
|
||||
getCallback(eventName: string, target_id: string);
|
||||
removeCallback(eventName: string, target_id: string);
|
||||
getDomainFromUrl(url: string): string;
|
||||
}
|
||||
}
|
||||
|
||||
declare var $f: VimeoPlayerAPI;
|
||||
Reference in New Issue
Block a user