tiny bug fix

This commit is contained in:
Joost Nieuwenhuijse 2012-02-13 18:24:37 +01:00
parent 29f3ccf3d1
commit 1b89514039

View file

@ -526,7 +526,7 @@ OpenJsCad.Processor.prototype = {
this.hasstl = false;
if(this.stlDirEntry)
{
this.stlDirEntry.removeRecursively();
this.stlDirEntry.removeRecursively(function(){});
this.stlDirEntry=null;
}
this.enableItems();