fixed lint errors

This commit is contained in:
jphamilton
2018-03-29 13:30:55 -05:00
parent c6db43bf5e
commit 4f0d4b6623

View File

@@ -88,8 +88,8 @@ declare namespace Highstock {
}
interface XAxisOptions extends AxisOptions {
ordinal?: boolean;
overscroll?: number;
ordinal?: boolean;
overscroll?: number;
}
interface YAxisOptions extends AxisOptions {