Export choose_fmt #2691

Closed
alonkh2 wants to merge 3 commits from patch-1 into master
Showing only changes of commit 3be988d82c - Show all commits

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 */