зеркало из https://github.com/mozilla/FlightDeck.git
Merge branch 'master' of git@github.com:zalun/FlightDeck
This commit is contained in:
Коммит
f8374a43c8
|
@ -41,7 +41,7 @@ Class.refactor(Editor, {
|
||||||
'text': this.textarea.get('text'),
|
'text': this.textarea.get('text'),
|
||||||
'id': editor_id,
|
'id': editor_id,
|
||||||
}).inject(this.textarea, 'before');
|
}).inject(this.textarea, 'before');
|
||||||
console.log('FD: div element created ', this.element);
|
console.log('FD: div element created ', this.element, 'with content ', this.element.get('text'));
|
||||||
|
|
||||||
if (this.textarea.isHidden()) {
|
if (this.textarea.isHidden()) {
|
||||||
this.element.hide();
|
this.element.hide();
|
||||||
|
|
Загрузка…
Ссылка в новой задаче