Fix typo in build script

Former-commit-id: 1f5327ea167ba88c00c6fcff5bbad3d64be6049b
This commit is contained in:
Mathias Bynens
2012-05-29 14:40:03 +03:00
parent 570ba189ed
commit e0fba5cb51

View File

@@ -62,7 +62,7 @@
/** Used to minify variables and string values to a single character */
var minNames = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'.split('');
/** Used protect the specified properties from getting minified */
/** Used to protect the specified properties from getting minified */
var propWhitelist = [
'_',
'_chain',