We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9920036 commit 22dfc6aCopy full SHA for 22dfc6a
1 file changed
modules/core.mjs
@@ -1571,7 +1571,7 @@ function getMethods(typename, obj) {
1571
};
1572
}
1573
1574
- if ((typename.indexOf(clTF1) === 0) || (typename === clTF2)) {
+ if ((typename.indexOf(clTF1) === 0) || (typename === clTF2) || (typename === clTF3)) {
1575
m.addFormula = function(obj) {
1576
if (!obj) return;
1577
if (this.formulas === undefined) this.formulas = [];
0 commit comments