• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

naver / egjs-flicking / 4550193631

pending completion
4550193631

Pull #794

github

GitHub
Merge f8b6de8d9 into 761aa929d
Pull Request #794: docs: fix misspelled path in document

4448 of 7210 branches covered (61.69%)

Branch coverage included in aggregate %.

8413 of 9000 relevant lines covered (93.48%)

142.07 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

62.86
/src/renderer/ExternalRenderer.ts
1
/*
1✔
2
 * Copyright (c) 2015 NAVER Corp.
1✔
3
 * egjs projects are licensed under the MIT license
1✔
4
 */
1!
5
import Panel from "../core/panel/Panel";
6

×
7
import Renderer from "./Renderer";
6✔
8

9
/**
1✔
10
 * @internal
1!
11
 */
12
abstract class ExternalRenderer extends Renderer {
6✔
13
  /* eslint-disable @typescript-eslint/no-unused-vars */
1✔
14
  protected _removePanelElements(panels: Panel[]): void {
6!
15
    // DO NOTHING, overrided to prevent an unexpected error
16
  }
17

1✔
18
  protected _removeAllChildsFromCamera(): void {
6!
19
    // DO NOTHING, overrided to prevent an unexpected error
20
  }
1✔
21
  /* eslint-enable @typescript-eslint/no-unused-vars */
1✔
22
}
5✔
23

24
export default ExternalRenderer;
5✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc