summaryrefslogtreecommitdiff
path: root/patches/heatmap.js+2.0.5.patch
blob: 96f2f938fb422fefc3919f7b8ea976d6c02691b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/node_modules/heatmap.js/build/heatmap.js b/node_modules/heatmap.js/build/heatmap.js
index 3eee39e..a37c950 100644
--- a/node_modules/heatmap.js/build/heatmap.js
+++ b/node_modules/heatmap.js/build/heatmap.js
@@ -524,7 +524,7 @@ var Canvas2dRenderer = (function Canvas2dRendererClosure() {
 
       }
 
-      img.data = imgData;
+      //img.data = imgData;
       this.ctx.putImageData(img, x, y);
 
       this._renderBoundaries = [1000, 1000, 0, 0];