diff options
author | Manuel Luis SanmartĂn Rozada | 2015-04-03 19:40:57 +0200 |
---|---|---|
committer | Pim van den Berg | 2015-06-22 11:02:48 +0200 |
commit | 1d7109357b5a6ab90aa1d60d4412b41e9344fbd0 (patch) | |
tree | 30a768a252a2739f313163a0391de6da2caf79b4 /js | |
parent | jsrrdgraph: Fix "SHIFT:" number of chars (diff) | |
download | apt-panopticon_cgp-1d7109357b5a6ab90aa1d60d4412b41e9344fbd0.zip apt-panopticon_cgp-1d7109357b5a6ab90aa1d60d4412b41e9344fbd0.tar.gz apt-panopticon_cgp-1d7109357b5a6ab90aa1d60d4412b41e9344fbd0.tar.bz2 apt-panopticon_cgp-1d7109357b5a6ab90aa1d60d4412b41e9344fbd0.tar.xz |
jsrrdgraph: Fix tabs.
Diffstat (limited to 'js')
-rw-r--r-- | js/RrdGfxCanvas.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
29 | this.canvas = document.getElementById(canvasId); | 29 | this.canvas = document.getElementById(canvasId); |
30 | this.ctx = this.canvas.getContext('2d'); | 30 | this.ctx = this.canvas.getContext('2d'); |
31 | this.dash = false; | 31 | this.dash = false; |
32 | this.dash_offset = null; | 32 | this.dash_offset = null; |
33 | this.dash_array = null; | 33 | this.dash_array = null; |
34 | }; | 34 | }; |
35 | 35 | ||