|
Instead of trying to destry each object then reload
each object I just call
DynAPI.onLoad()
Works like a charm.
Don't know what it will do for memory usage
tho.
DynDocument.prototype.recreateAll = function()
{
if (is.ns4) DynAPI.onLoad(); }; |
