From 1d7109357b5a6ab90aa1d60d4412b41e9344fbd0 Mon Sep 17 00:00:00 2001 From: Manuel Luis SanmartĂ­n Rozada Date: Fri, 3 Apr 2015 19:40:57 +0200 Subject: jsrrdgraph: Fix tabs. --- js/RrdGfxCanvas.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/RrdGfxCanvas.js b/js/RrdGfxCanvas.js index 6ba71bb..78b8adf 100644 --- a/js/RrdGfxCanvas.js +++ b/js/RrdGfxCanvas.js @@ -29,7 +29,7 @@ var RrdGfxCanvas = function(canvasId) this.canvas = document.getElementById(canvasId); this.ctx = this.canvas.getContext('2d'); this.dash = false; - this.dash_offset = null; + this.dash_offset = null; this.dash_array = null; }; -- cgit v1.1