Remove animations from reftests

This commit is contained in:
Niklas von Hertzen
2017-08-09 12:05:16 +08:00
parent 77393074ba
commit edebe082f3
4 changed files with 17 additions and 8 deletions

View File

@ -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 = [];