witten
/
luminotes
Archived
1
0
Fork 0

Fixed indentation.

This commit is contained in:
Dan Helfman 2009-01-13 12:35:12 -08:00
parent ab3e04538c
commit f4511a8493
1 changed files with 1 additions and 1 deletions

View File

@ -873,7 +873,7 @@ Editor.prototype.find_link_at_cursor = function () {
Editor.prototype.focus = function () {
if ( this.div && this.edit_enabled )
this.create_iframe();
this.create_iframe();
addElementClass( this.div || this.iframe, "focused_note_frame" );