Clean up shim initialization

This commit is contained in:
hensm
2019-06-19 01:39:19 +01:00
parent 290a1facdb
commit 0a9af09419
13 changed files with 66 additions and 88 deletions

View File

@@ -18,7 +18,7 @@ import { ErrorCode
import { ListenerObject
, onMessage
, sendMessageResponse } from "../../messageBridge";
, sendMessageResponse } from "../../eventMessageChannel";
import { Callbacks
, CallbacksMap

View File

@@ -28,7 +28,7 @@ import * as media from "./media";
import { ReceiverSelectorMediaType }
from "../../receiver_selectors/ReceiverSelector";
import { onMessage, sendMessageResponse } from "../messageBridge";
import { onMessage, sendMessageResponse } from "../eventMessageChannel";
type ReceiverActionListener = (

View File

@@ -23,7 +23,7 @@ import { PlayerState
import _Error from "../../classes/Error";
import { ErrorCode } from "../../enums";
import { onMessage, sendMessageResponse } from "../../../messageBridge";
import { onMessage, sendMessageResponse } from "../../../eventMessageChannel";
import { Callbacks
, CallbacksMap