@@ -742,7 +742,7 @@ THREE.Geometry.prototype = {
for ( var property in this ) {
- delete this[ property ];
+ this[ property ] = null;
}
@@ -355,7 +355,7 @@ THREE.Object3D.prototype = {
@@ -122,7 +122,7 @@ THREE.Material.prototype.dispose = function () {
@@ -83,7 +83,7 @@ THREE.Texture.prototype = {