Grammalecte  Diff

Differences From Artifact [3d581c8015]:

To Artifact [689f0a7f0b]:


23
24
25
26
27

28
29
30
31
32
23
24
25
26
27
28
29
30
31
32
33





+





            let _oData = JSON.parse(sJSONData);
            this._lTagMiscPlur = _oData.lTagMiscPlur;
            this._lTagMasForm = _oData.lTagMasForm;
            this._dMiscPlur = helpers.objectToMap(_oData.dMiscPlur);
            this._dMasForm = helpers.objectToMap(_oData.dMasForm);
            this.isInit = true;
        }
        catch (e) {
            console.error(e);
        }
    },