From a383c334a2e4ccb246a4a1092b1d053ccad19bd7 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 23 Jan 2022 14:06:14 +0100 Subject: ported everything to deno! yay --- source/client/remote_user.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source/client/remote_user.ts') diff --git a/source/client/remote_user.ts b/source/client/remote_user.ts index 6986a11..9e33a09 100644 --- a/source/client/remote_user.ts +++ b/source/client/remote_user.ts @@ -1,13 +1,13 @@ -import { servers } from "." -import { log } from "./logger" -import { Room } from "./room" -import { User } from "./user" +import { servers } from "./index.ts" +import { log } from "./logger.ts" +import { Room } from "./room.ts" +import { User } from "./user.ts" export class RemoteUser extends User { peer: RTCPeerConnection - negotiation_busy: boolean = false + negotiation_busy = false constructor(room: Room, name: string) { super(room, name) -- cgit v1.2.3-70-g09d2