diff options
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 | ||
