mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
Fixes
This commit is contained in:
parent
cac00e4b30
commit
58b855389d
8 changed files with 52 additions and 24 deletions
|
|
@ -17,7 +17,6 @@ export default class RegisterHandlebarsHelpers {
|
|||
pluralize: this.pluralize,
|
||||
positive: this.positive,
|
||||
isNullish: this.isNullish,
|
||||
debug: this.debug,
|
||||
});
|
||||
}
|
||||
static add(a, b) {
|
||||
|
|
@ -93,9 +92,4 @@ export default class RegisterHandlebarsHelpers {
|
|||
static isNullish(a) {
|
||||
return a === null || a === undefined;
|
||||
}
|
||||
|
||||
static debug(a) {
|
||||
console.log(a);
|
||||
return a;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue