From 150c23b4c739d1a2560f9d94045d85e0689a8167 Mon Sep 17 00:00:00 2001 From: Ken Sheedlo Date: Wed, 11 Mar 2015 15:39:50 -0700 Subject: [PATCH] flot: fix interaction typo jquery.flot.plotOptions declares a field called "interfaction" that should actually be "interaction". --- 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 c179d2f03e..223e76141e 100644 --- a/flot/jquery.flot.d.ts +++ b/flot/jquery.flot.d.ts @@ -16,7 +16,7 @@ declare module jquery.flot { xaxes?: axisOptions[]; yaxes?: axisOptions[]; grid?: gridOptions; - interfaction?: interaction; + interaction?: interaction; hooks?: hooks; }