Skip to content

Commit

Permalink
Fix tslint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dinony committed Jun 11, 2018
1 parent be8630b commit 545010e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/virtualScroll.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ import {

import {
animationFrameScheduler as animationScheduler,
combineLatest, concat, empty, fromEvent,
merge, Observable, Subject, Subscription, of,
from,
ConnectableObservable
combineLatest, concat, ConnectableObservable,
empty, from, fromEvent, merge, Observable, of,
Subject, Subscription
} from 'rxjs'

import {
Expand All @@ -23,8 +22,8 @@ import {IVirtualScrollOptions, IVirtualScrollState} from './basic'
import {IVirtualScrollMeasurement, IVirtualScrollWindow} from './basic'
import {
CmdOption, CreateItemCmd, CreateRowCmd,
NoopCmd, RemoveItemCmd, RemoveRowCmd,
ShiftRowCmd, UpdateItemCmd, ICmd
ICmd, NoopCmd, RemoveItemCmd, RemoveRowCmd,
ShiftRowCmd, UpdateItemCmd
} from './cmd'
import {forColumnsIn, forColumnsInWithPrev, forRowsIn} from './enumerate'
import {calcMeasure, calcScrollWindow, getMaxIndex} from './measurement'
Expand Down

0 comments on commit 545010e

Please sign in to comment.