mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #1238 from tvonclef/master
Updating jquery.flot.d.ts. Fixing type for seriesOptions.color
This commit is contained in:
Vendored
+1
-1
@@ -72,7 +72,7 @@ declare module jquery.flot {
|
||||
}
|
||||
|
||||
interface seriesOptions {
|
||||
color?: number;
|
||||
color?: any; // color or number
|
||||
label?: string;
|
||||
lines?: linesOptions;
|
||||
bars?: barsOptions;
|
||||
|
||||
Reference in New Issue
Block a user