witten
/
luminotes
Archived
1
0
Fork 0

Removing FIXME comment that was recently fixed.

This commit is contained in:
Dan Helfman 2009-01-23 14:38:29 -08:00
parent 8cd63ee661
commit bdfc5d3740
1 changed files with 0 additions and 3 deletions

View File

@ -1121,9 +1121,6 @@ Editor.prototype.shutdown = function( event ) {
var holder = getElement( "note_holder_" + this.id );
this.div = null;
// FIXME: if a div editor is vertically above an iframe editor, and the div editor is shutdown()
// here, then after blindUp() is done, the iframe is in the wrong location (because its position
// was set before blindUp() was called)
blindUp( holder, options = { "duration": 0.25, afterFinish: function () {
try {
removeElement( holder );