fixed linking
This commit is contained in:
@@ -188,6 +188,19 @@
|
||||
}
|
||||
};
|
||||
|
||||
const MINOR_PLURAL_BY_RANK = {
|
||||
ace: "aces",
|
||||
two: "twos",
|
||||
three: "threes",
|
||||
four: "fours",
|
||||
five: "fives",
|
||||
six: "sixes",
|
||||
seven: "sevens",
|
||||
eight: "eights",
|
||||
nine: "nines",
|
||||
ten: "tens"
|
||||
};
|
||||
|
||||
function slugify(value) {
|
||||
return String(value || "")
|
||||
.trim()
|
||||
@@ -473,19 +486,6 @@
|
||||
return tarotCardDerivationsUi.buildTypeLabel(card);
|
||||
}
|
||||
|
||||
const MINOR_PLURAL_BY_RANK = {
|
||||
ace: "aces",
|
||||
two: "twos",
|
||||
three: "threes",
|
||||
four: "fours",
|
||||
five: "fives",
|
||||
six: "sixes",
|
||||
seven: "sevens",
|
||||
eight: "eights",
|
||||
nine: "nines",
|
||||
ten: "tens"
|
||||
};
|
||||
|
||||
function findSephirahForMinorCard(card, kabTree) {
|
||||
return tarotCardDerivationsUi.findSephirahForMinorCard(card, kabTree);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user