mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: fix eslint issues (#9017)
This commit is contained in:
@@ -8,7 +8,7 @@ import { EventData } from '../../data/observable';
|
||||
|
||||
@CSSType('ScrollView')
|
||||
export abstract class ScrollViewBase extends ContentView implements ScrollViewDefinition {
|
||||
private _scrollChangeCount: number = 0;
|
||||
private _scrollChangeCount = 0;
|
||||
public static scrollEvent = 'scroll';
|
||||
|
||||
public orientation: Orientation;
|
||||
|
||||
Reference in New Issue
Block a user