Skip to content

Commit

Permalink
Merge pull request DefinitelyTyped#2401 from y-asaba/flot_borderwidth…
Browse files Browse the repository at this point in the history
…_fix

flot: fixed type for gridOptions.borderWidth
  • Loading branch information
basarat committed Jul 1, 2014
2 parents 0696acb + 68a0f7b commit b40258c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flot/jquery.flot.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ declare module jquery.flot {
labelMargin?: number;
axisMargin?: number;
markings?: any; //array of markings or (fn: axes -> array of markings)
borderWidth: number;
borderWidth?: any; // number or width object
borderColor?: any; // color or null
minBorderMargin?: number; // or null
clickable?: boolean;
Expand Down

0 comments on commit b40258c

Please sign in to comment.