mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
flot: fix interaction typo
jquery.flot.plotOptions declares a field called "interfaction" that should actually be "interaction".
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