rspivak / slimit

SlimIt - a JavaScript minifier/parser in Python
MIT License
551 stars 94 forks source link

Fixed issue #47 where objects with special characters would cause breakage #48

Open liftoff opened 11 years ago

liftoff commented 11 years ago

Fixed a bug where object atributes with special characters (e.g. someObj[':']) would incorrectly have the brackets/quotes removed. See slimit issue #47: https://github.com/rspivak/slimit/issues/47 (was easier to fix than I thought :+1:).