add modif

This commit is contained in:
lxsang
2019-11-26 19:23:28 +00:00
parent 7c2cc7dc11
commit 46b048f221
3 changed files with 22 additions and 6 deletions

View File

@ -74,7 +74,7 @@
createBook() {
var book, c1, c2, f1, f2, f3, f4, sec1, sec2, sec3;
book = new Book("home://test");
book = new Book("home://test", "mybook");
c1 = new BookletChapter(book, "Chapter one");
c2 = new BookletChapter(book, "Chapter two");
sec1 = new BookletSection(c1, "section 1 in c1");
@ -173,9 +173,9 @@
super(name);
}
save() {}
save(apif) {}
remove() {}
remove(apif) {}
rename(newname) {}