From bdfc5d3740af78baa1bac40874e60e0b7aa57438 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 23 Jan 2009 14:38:29 -0800 Subject: [PATCH] Removing FIXME comment that was recently fixed. --- static/js/Editor.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/static/js/Editor.js b/static/js/Editor.js index 0c428fb..23a92db 100644 --- a/static/js/Editor.js +++ b/static/js/Editor.js @@ -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 );