mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 12:50:38 -07:00
fix: for tag not respecting Drop#valueOf(), fixes #515
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
export abstract class Drop {
|
||||
public valueOf (): any {
|
||||
return undefined
|
||||
}
|
||||
|
||||
public liquidMethodMissing (key: string | number): Promise<string | undefined> | string | undefined {
|
||||
return undefined
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user