aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/js/RrdGraph.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/RrdGraph.js')
-rw-r--r--js/RrdGraph.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/RrdGraph.js b/js/RrdGraph.js
index 25823aa..1a9cc9f 100644
--- a/js/RrdGraph.js
+++ b/js/RrdGraph.js
@@ -27,8 +27,8 @@
27 */ 27 */
28var RrdGraphDescError = function (message) 28var RrdGraphDescError = function (message)
29{ 29{
30 this.name = "RrdGraphDescError"; 30 this.name = "RrdGraphDescError";
31 this.message = (message) ? message : "Error"; 31 this.message = (message) ? message : "Error";
32}; 32};
33RrdGraphDescError.prototype = new Error(); 33RrdGraphDescError.prototype = new Error();
34 34
@@ -430,8 +430,8 @@ RrdGraphDesc.prototype.hrule = function (graph, value, color, legend, dashes, da
430 */ 430 */
431var RrdVdefError = function (message) 431var RrdVdefError = function (message)
432{ 432{
433 this.name = "RrdVdefError"; 433 this.name = "RrdVdefError";
434 this.message = (message) ? message : "Error"; 434 this.message = (message) ? message : "Error";
435}; 435};
436RrdVdefError.prototype = new Error(); 436RrdVdefError.prototype = new Error();
437 437