From 0ac130b9b46e0b667c29cc0a4d6d75479f6b7478 Mon Sep 17 00:00:00 2001 From: Diullei Gomes Date: Fri, 21 Jun 2013 23:53:09 -0300 Subject: [PATCH] bug fix - jquery.flot --- flot/jquery.flot.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flot/jquery.flot.d.ts b/flot/jquery.flot.d.ts index 3041966cd..a9d2171b9 100644 --- a/flot/jquery.flot.d.ts +++ b/flot/jquery.flot.d.ts @@ -6,7 +6,7 @@ /// -module jquery.flot { +declare module jquery.flot { interface plotOptions { colors?: any[]; series?: seriesOptions;