witten
/
luminotes
Archived
1
0
Fork 0

Not doing a blindUp() on an editor's iframe unless it actually has one.

This commit is contained in:
Dan Helfman 2009-01-22 13:19:40 -08:00
parent 56c7f8ea11
commit 72c485a799
1 changed files with 4 additions and 0 deletions

View File

@ -1094,6 +1094,10 @@ Editor.prototype.shutdown = function( event ) {
removeElement( div );
} catch ( e ) { }
} } );
if ( !iframe )
return;
blindUp( iframe, options = { "duration": 0.25, afterFinish: function () {
try {
if ( iframe )