Replace $ by document.id for avoid colitions.

This commit is contained in:
Paulo Gustavo Veiga
2014-02-17 10:16:43 -03:00
parent 8ae2ab8fbf
commit 8e1a4e73be
16 changed files with 47 additions and 47 deletions

View File

@@ -121,7 +121,7 @@ mindplot.TextEditor = new Class({
if (!this.isVisible()) {
//Create editor ui
var editorElem = this._buildEditor();
editorElem.inject($(document.body));
editorElem.inject(document.id(document.body));
this._containerElem = editorElem;
this._registerEvents(editorElem);