Grammalecte  Diff

Differences From Artifact [524fe4ff4b]:

To Artifact [6b9d622aa0]:


1
2
3

4
5
6
7
8
9
10
// JavaScript

"use strict";


class GrammalecteLexicographer extends GrammalectePanel {

    constructor (...args) {
        super(...args);
        this._nCount = 0;
        this._xContentNode = oGrammalecte.createNode("div", {id: "grammalecte_lxg_panel_content"});



>







1
2
3
4
5
6
7
8
9
10
11
// JavaScript

"use strict";


class GrammalecteLexicographer extends GrammalectePanel {

    constructor (...args) {
        super(...args);
        this._nCount = 0;
        this._xContentNode = oGrammalecte.createNode("div", {id: "grammalecte_lxg_panel_content"});