tiny bug fix

gh-pages
Joost Nieuwenhuijse 2012-02-13 18:24:37 +01:00
parent 29f3ccf3d1
commit 1b89514039
1 changed files with 1 additions and 1 deletions

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();