mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 10:39:57 +00:00
TSLint compliance
This commit is contained in:
@@ -18,9 +18,7 @@ export enum ReceiverSelectorType {
|
||||
, NativeMac
|
||||
}
|
||||
|
||||
export function getReceiverSelector (
|
||||
type: ReceiverSelectorType) {
|
||||
|
||||
export function getReceiverSelector (type: ReceiverSelectorType) {
|
||||
switch (type) {
|
||||
case ReceiverSelectorType.Popup: {
|
||||
return new PopupReceiverSelector();
|
||||
|
||||
Reference in New Issue
Block a user