Export choose_fmt

This commit is contained in:
alonkh2 2022-05-22 17:59:40 +03:00 committed by GitHub
parent b7d3eae3b7
commit c301438e9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -927,6 +927,7 @@ function choose_fmt(f, v) {
}
return [l, ff];
}
SSF.choose_format = choose_fmt;
function format(fmt,v,o) {
if(o == null) o = {};
var sfmt = "";