witten
/
luminotes
Archived
1
0
Fork 0

Removing obsolete "FIXME" comment.

This commit is contained in:
Dan Helfman 2009-01-22 13:51:19 -08:00
parent c97613490e
commit f3ca7bc677
1 changed files with 0 additions and 1 deletions

View File

@ -3921,7 +3921,6 @@ function File_link_pulldown( wiki, notebook_id, invoker, editor, link, ephemeral
connect( this.center_justify_radio, "onclick", function ( event ) { self.justify_image( event, "center" ); } );
connect( this.right_justify_radio, "onclick", function ( event ) { self.justify_image( event, "right" ); } );
// FIXME: when this is called, the text cursor moves to an unexpected location
editor.focus();
Pulldown.prototype.finish_init.call( this );
}