From 3e74da535152301dbbfcae579070117112ccf88c Mon Sep 17 00:00:00 2001
From: "mathias.chouet" <mathias.chouet@irstea.fr>
Date: Fri, 12 Apr 2019 09:45:48 +0200
Subject: [PATCH] =?UTF-8?q?M=C3=A0j=20README.md?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 4991d9500..f21cc888e 100644
--- a/README.md
+++ b/README.md
@@ -106,6 +106,9 @@ Custom Material SVG Icons will only show up when the application is deployed on
 			export class Toto extends Nub {
 				constructor(prms: TotoParams, dbg: boolean = false) {
 					super(prms, dbg);
+					// paramètre à calculer par défaut
+					this._defaultCalculatedParam = prms.A;
+					this.resetDefaultCalculatedParam();
 				}
 
 				/**
-- 
GitLab