mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 17:49:58 +00:00
Fix duplicate class names
This commit is contained in:
@@ -10,7 +10,7 @@ type EventHandler = (eventData:
|
||||
CastStateEventData
|
||||
| SessionStateEventData) => void;
|
||||
|
||||
export default class ApplicationMetadata {
|
||||
export default class CastContext {
|
||||
public addEventListener (type: string, handler: EventHandler): void {
|
||||
console.info("STUB :: CastContext#addEventListener");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user