Add history to KPsul manager

This commit is contained in:
Ludovic Stephan 2017-03-18 02:29:02 -03:00
parent 14b922634d
commit b655907bd4

View file

@ -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) {