Merge pull request #3850 from ksheedlo/flot-fix-interaction-typo

flot: fix interaction typo
This commit is contained in:
Masahiro Wakame
2015-03-15 22:26:38 +09:00

View File

@@ -16,7 +16,7 @@ declare module jquery.flot {
xaxes?: axisOptions[];
yaxes?: axisOptions[];
grid?: gridOptions;
interfaction?: interaction;
interaction?: interaction;
hooks?: hooks;
}