mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 20:21:06 +01:00
Cleanup
This commit is contained in:
parent
5a97755506
commit
210a093e49
2 changed files with 0 additions and 19 deletions
|
|
@ -11,8 +11,6 @@ export default class RegisterHandlebarsHelpers {
|
|||
includes: this.includes,
|
||||
debug: this.debug,
|
||||
signedNumber: this.signedNumber,
|
||||
cleanClass: this.cleanClass,
|
||||
tertiary: this.tertiary,
|
||||
length: this.length,
|
||||
switch: this.switch,
|
||||
case: this.case,
|
||||
|
|
@ -139,12 +137,4 @@ export default class RegisterHandlebarsHelpers {
|
|||
console.log(a);
|
||||
return a;
|
||||
}
|
||||
|
||||
static cleanClass(className) {
|
||||
return className.replaceAll('.', '-');
|
||||
}
|
||||
|
||||
static tertiary(condition, a, b) {
|
||||
return condition ? a : b;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue