1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

'v3.3.4.1'

This commit is contained in:
gnosygnu
2016-03-27 23:44:59 -04:00
parent de67253a9c
commit baaef32df2
903 changed files with 13339 additions and 8695 deletions

View File

@@ -97,7 +97,7 @@ class Xoi_wiki_props_fxt {
class Xob_subpage_tst_fxt {
public Xob_subpage_tst_fxt Clear() {
if (app == null) {
app = Xoa_app_fxt.app_();
app = Xoa_app_fxt.Make__app__edit();
mgr = app.Bldr().Wiki_cfg_bldr();
}
mgr.Clear();
@@ -110,7 +110,7 @@ class Xob_subpage_tst_fxt {
return this;
}
public Xob_subpage_tst_fxt Expd_txt(String wiki, String text) {
// hash.Add(wiki, KeyVal_.new_(wiki, text));
// hash.Add(wiki, Keyval_.new_(wiki, text));
return this;
}
private String_bldr sb = String_bldr_.new_();