Merge pull request #349 from ThomasArdal/master

Added $f variable to Vimeos froogaloop.d.ts
This commit is contained in:
Diullei Gomes
2013-02-27 04:27:45 -08:00
+3 -1
View File
@@ -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;