flot: fix interaction typo

jquery.flot.plotOptions declares a field called "interfaction" that
should actually be "interaction".
This commit is contained in:
Ken Sheedlo
2015-03-11 15:39:50 -07:00
parent c594427c40
commit 150c23b4c7
+1 -1
View File
@@ -16,7 +16,7 @@ declare module jquery.flot {
xaxes?: axisOptions[];
yaxes?: axisOptions[];
grid?: gridOptions;
interfaction?: interaction;
interaction?: interaction;
hooks?: hooks;
}