From c5c4fa550bc4d65539748b07762b92c3bd118434 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Wed, 19 Aug 2009 02:26:31 +0000 Subject: [PATCH 1/1] fix IE bug in demo --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index cd23af9..24d529c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -80,7 +80,7 @@ "rgb(255,100,100)", "#00DD55", "rgba(50,50,200,0.4)"], - padding: {left: 40, right: 30, top: 5, bottom: 15}, + padding: {left: 40, right: 30, top: 5, bottom: 15} } ); -- 2.7.4