Fixed build

(I was using an older verson of eslint locally)
This commit is contained in:
Colin Eberhardt
2015-10-05 13:30:59 +01:00
parent 45f62c424c
commit 538cb2e940
4 changed files with 36 additions and 36 deletions

View File

@@ -23,4 +23,4 @@
computeLayout.fillNodes(node); computeLayout.fillNodes(node);
computeLayout.computeLayout(node); computeLayout.computeLayout(node);
}; };
})); }));