mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-17 07:20:23 +00:00
Merge pull request #3850 from ksheedlo/flot-fix-interaction-typo
flot: fix interaction typo
This commit is contained in:
Vendored
+1
-1
@@ -16,7 +16,7 @@ declare module jquery.flot {
|
||||
xaxes?: axisOptions[];
|
||||
yaxes?: axisOptions[];
|
||||
grid?: gridOptions;
|
||||
interfaction?: interaction;
|
||||
interaction?: interaction;
|
||||
hooks?: hooks;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user