witten
/
luminotes
Archived
1
0
Fork 0

Fixing blindUp in Editor.shutdown() to work with new holder table.

This commit is contained in:
Dan Helfman 2009-02-04 23:45:19 -08:00
parent 1f8694b1fe
commit e358b0c2b6
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) { }