Closed lordnull closed 8 years ago
This also fixes the property name regex; nearly all javascript property names should be usable, rather than just [a-zA-Z 0-9] style names. The only restriction now is that the variable name cannot contain braces.
This also fixes the property name regex; nearly all javascript property names should be usable, rather than just [a-zA-Z 0-9] style names. The only restriction now is that the variable name cannot contain braces.