mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 05:50:43 -07:00
style: fix linting
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Drop } from './drop'
|
||||
|
||||
export class ForloopDrop extends Drop {
|
||||
protected i: number = 0
|
||||
protected i = 0
|
||||
public length: number
|
||||
public constructor (length: number) {
|
||||
super()
|
||||
|
||||
Reference in New Issue
Block a user