mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Remove animations from reftests
This commit is contained in:
@ -82,7 +82,12 @@ export default class NodeContainer {
|
||||
image: ?string;
|
||||
index: number;
|
||||
|
||||
constructor(node: HTMLElement, parent: ?NodeContainer, imageLoader: ImageLoader, index: number) {
|
||||
constructor(
|
||||
node: HTMLElement,
|
||||
parent: ?NodeContainer,
|
||||
imageLoader: ImageLoader,
|
||||
index: number
|
||||
) {
|
||||
this.parent = parent;
|
||||
this.index = index;
|
||||
this.childNodes = [];
|
||||
|
Reference in New Issue
Block a user