Closed rubenstolk closed 10 years ago
Google Closure Compiler and perhaps other minifiers would re-write this as: (value = {})[attribute] = value, which will lead to recursive referencing.
Good catch, thanks. That was needlessly terse.
Google Closure Compiler and perhaps other minifiers would re-write this as: (value = {})[attribute] = value, which will lead to recursive referencing.