Grammalecte  Diff

Differences From Artifact [24d04c7299]:

To Artifact [65204e392b]:


74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
            this.oLxgPanel.insertIntoPage();
        }
    },

    createGCPanel: function () {
        if (this.oGCPanel === null) {
            this.oGCPanel = new GrammalecteGrammarChecker("grammalecte_gc_panel", "Grammalecte", 500, 700);
            //this.oGCPanel.logInnerHTML();
            this.oGCPanel.insertIntoPage();
        }
    }
}


/*







<







74
75
76
77
78
79
80

81
82
83
84
85
86
87
            this.oLxgPanel.insertIntoPage();
        }
    },

    createGCPanel: function () {
        if (this.oGCPanel === null) {
            this.oGCPanel = new GrammalecteGrammarChecker("grammalecte_gc_panel", "Grammalecte", 500, 700);

            this.oGCPanel.insertIntoPage();
        }
    }
}


/*