From: Joachim L. <lu...@ho...> - 2000-12-03 12:48:02
|
JavaScript objects are destroyed when all references to it are removed. The problem is that the HTML file still has a valid reference to the object. /Lunna At 2000-12-03 11:23 , you wrote: > > I'm trying to write this new OO aproach to OOJS. The problem is the freeing > of an object. Included I have the example that doesn't work. As you will see > in the scope of the method FreeObj the object is null but when I alert the > classname instead of getting undifined I get the classname. What's going on? > > Eytan |