Skip to content

Commit 22dfc6a

Browse files
committed
Fix - provide GetParValue for TF3
1 parent 9920036 commit 22dfc6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1571,7 +1571,7 @@ function getMethods(typename, obj) {
15711571
};
15721572
}
15731573

1574-
if ((typename.indexOf(clTF1) === 0) || (typename === clTF2)) {
1574+
if ((typename.indexOf(clTF1) === 0) || (typename === clTF2) || (typename === clTF3)) {
15751575
m.addFormula = function(obj) {
15761576
if (!obj) return;
15771577
if (this.formulas === undefined) this.formulas = [];

0 commit comments

Comments
 (0)