witten
/
luminotes
Archived
1
0
Fork 0

Fix for spurious exception.

This commit is contained in:
Dan Helfman 2009-01-12 16:37:03 -08:00
parent a5c68158f7
commit 9a0650e946
1 changed files with 3 additions and 0 deletions

View File

@ -981,6 +981,9 @@ Editor.prototype.shutdown = function( event ) {
this.div = null;
}
if ( !editor_node )
return;
blindUp( editor_node, options = { "duration": 0.25, afterFinish: function () {
try {
removeElement( note_controls );