Fixing the build 2 out of 2

This commit is contained in:
Maxime Beauchemin 2016-05-16 17:41:02 -07:00
parent d30567959b
commit 607e1f941b
1 changed files with 0 additions and 1 deletions

View File

@ -81,7 +81,6 @@ function treemap(slice) {
return results;
};
// Compute the treemap layout recursively such that each group of siblings
// uses the same size (1x1) rather than the dimensions of the parent cell.
// This optimizes the layout for the current zoom state. Note that a wrapper