Grammalecte  Diff

Differences From Artifact [08d6a77f2d]:

To Artifact [fd4aa2d823]:


123
124
125
126
127
128
129

130
131
132
133
134
135
136
            this.oLxgPanel.insertIntoPage();
        }
    },

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

            this.oGCPanel.insertIntoPage();
        }
    }
}


/*







>







123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
            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();
        }
    }
}


/*