From 607e1f941bdc19ebc9850657a8d2124f32217ba5 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 16 May 2016 17:41:02 -0700 Subject: [PATCH] Fixing the build 2 out of 2 --- caravel/assets/visualizations/treemap.js | 1 - 1 file changed, 1 deletion(-) diff --git a/caravel/assets/visualizations/treemap.js b/caravel/assets/visualizations/treemap.js index d37108526..2be008f7e 100644 --- a/caravel/assets/visualizations/treemap.js +++ b/caravel/assets/visualizations/treemap.js @@ -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