From 7a424b1dfc8faed56af4785b520857839a01f0f4 Mon Sep 17 00:00:00 2001 From: Igor Sfiligoi Date: Thu, 7 Nov 2013 21:15:55 +0000 Subject: Async classes have additional arguments now --- src/examples/rrdJFlotDefaults.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/examples/rrdJFlotDefaults.html') diff --git a/src/examples/rrdJFlotDefaults.html b/src/examples/rrdJFlotDefaults.html index 7383ce7..5df8454 100644 --- a/src/examples/rrdJFlotDefaults.html +++ b/src/examples/rrdJFlotDefaults.html @@ -66,7 +66,7 @@ graph_width:"700px",graph_height:"300px", scale_width:"350px", scale_height:"200px", timezone:"-5"}; - flot_obj=new rrdFlotAsync("mygraph",null,graph_opts,ds_graph_opts,rrdflot_defaults); + flot_obj=new rrdFlotAsync("mygraph",null,null,graph_opts,ds_graph_opts,rrdflot_defaults); // this function is invoked when the RRD file name changes function fname_update() { -- cgit v1.2.3-2-g168b