Update ssf.js

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

View File

@ -972,7 +972,6 @@ 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 */