-
1
- #1
I have already worked around this issue so it isn't too important but I want to try and figure out why my browser was crashing.
Using this code to remove an object causes firefox to crash.
Anyone ever encounter this issue? I think it's caused because I'm using the this key word with removeChild. I have sense implemented id references and everything seems to work fine.
Using this code to remove an object causes firefox to crash.
Code:
this.parentNode.parentNode.removeChild(this.parentNode);
Anyone ever encounter this issue? I think it's caused because I'm using the this key word with removeChild. I have sense implemented id references and everything seems to work fine.