Merge branch 'master' of git@github.com:zalun/FlightDeck

This commit is contained in:
Piotr Zalewa 2010-02-23 20:56:56 +00:00
Родитель 81e71b5dd4 f34fb4ba25
Коммит f8374a43c8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -41,7 +41,7 @@ Class.refactor(Editor, {
'text': this.textarea.get('text'),
'id': editor_id,
}).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()) {
this.element.hide();