Export choose_fmt #2691

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

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 = "";