Export isgeneral and choose_format

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

View File

@ -927,7 +927,6 @@ function choose_fmt(f, v) {
}
return [l, ff];
}
SSF.choose_format = choose_fmt;
function format(fmt,v,o) {
if(o == null) o = {};
var sfmt = "";
@ -972,6 +971,8 @@ SSF.load_table = function load_table(tbl) {
};
SSF.init_table = init_table;
SSF.format = format;
SSF.choose_format = choose_fmt;
SSF.isgeneral = isgeneral;
};
make_ssf(SSF);
/*global module */