From 1b89514039144ee4e4c602314b4662f8330d6720 Mon Sep 17 00:00:00 2001 From: Joost Nieuwenhuijse Date: Mon, 13 Feb 2012 18:24:37 +0100 Subject: [PATCH] tiny bug fix --- openjscad.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openjscad.js b/openjscad.js index ef23cc2..6cef8bc 100644 --- a/openjscad.js +++ b/openjscad.js @@ -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();