Skip to content

Commit

Permalink
expose iframe as public property
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuyz0112 committed Jan 7, 2019
1 parent 1eb1ba4 commit b45655e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/replay/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ const REPLAY_CONSOLE_PREFIX = '[replayer]';

export class Replayer {
public wrapper: HTMLDivElement;
public iframe: HTMLIFrameElement;

public timer: Timer;

private events: eventWithTime[] = [];
private config: playerConfig;

private iframe: HTMLIFrameElement;
private mouse: HTMLDivElement;

private emitter: mitt.Emitter = mitt();
Expand Down

0 comments on commit b45655e

Please sign in to comment.