Comment on How JavaScript closures are garbage collectedComments−martin-adams12yMaybe it's being kept in case the returned function executes an eval statement which needs the closure ;)
Comments
Maybe it's being kept in case the returned function executes an eval statement which needs the closure ;)