mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 14:00:39 -07:00
refactor: Drop.prototype.value => valueOf
This commit is contained in:
@@ -21,7 +21,7 @@ export class EmptyDrop extends Drop implements IDrop, IComparable {
|
||||
leq () {
|
||||
return false
|
||||
}
|
||||
value () {
|
||||
valueOf () {
|
||||
return ''
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user