From e358b0c2b6276d2ab3337c5bddd747ecbb2834d7 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 4 Feb 2009 23:45:19 -0800 Subject: [PATCH] Fixing blindUp in Editor.shutdown() to work with new holder table. --- static/js/Editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/Editor.js b/static/js/Editor.js index 53f5e59..94deddd 100644 --- a/static/js/Editor.js +++ b/static/js/Editor.js @@ -1213,7 +1213,7 @@ Editor.prototype.shutdown = function( event ) { disconnectAll( this.div ); var holder = this.holder; - blindUp( holder, options = { "duration": 0.25, afterFinish: function () { + blindUp( this.div, options = { "duration": 0.25, afterFinish: function () { try { removeElement( holder ); } catch ( e ) { }