Add history to KPsul manager
This commit is contained in:
parent
14b922634d
commit
b655907bd4
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ class KPsulManager {
|
|||
this.account_manager = new AccountManager(this);
|
||||
this.checkout_manager = new CheckoutManager(this);
|
||||
this.article_manager = new ArticleManager(this);
|
||||
this.history = new History(this);
|
||||
this.lock = 0 ;
|
||||
}
|
||||
|
||||
reset(soft) {
|
||||
|
|
Loading…
Reference in a new issue