Update booklet

This commit is contained in:
lxsang 2020-06-24 20:02:36 +02:00
parent 8cc0bc5c19
commit 79b810d66e
5 changed files with 9 additions and 4 deletions

View File

@ -1,8 +1,11 @@
# Booklet # Booklet
A back-end tool for my online document hub. It soon will be available online A back-end tool for my online document hub [https://doc.iohub.dev/antos/](https://doc.iohub.dev/antos/)
## Change logs ## Change logs
### v0.0.3-a
* Clean up code
### v0.0.2-a ### v0.0.2-a
* First public release * First public release

View File

@ -1,8 +1,11 @@
# Booklet # Booklet
A back-end tool for my online document hub. It soon will be available online A back-end tool for my online document hub [https://doc.iohub.dev/antos/](https://doc.iohub.dev/antos/)
## Change logs ## Change logs
### v0.0.3-a
* Clean up code
### v0.0.2-a ### v0.0.2-a
* First public release * First public release

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -243,7 +243,6 @@ class Booklet extends this.OS.application.BaseApplication
open: (toc) -> open: (toc) ->
console.log toc
@emux = true @emux = true
@saveContext() @saveContext()
@currentToc = toc @currentToc = toc