From e0fba5cb5148a7a2c96b4d22717ffc4063e8477c Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 29 May 2012 14:40:03 +0300 Subject: [PATCH] Fix typo in build script Former-commit-id: 1f5327ea167ba88c00c6fcff5bbad3d64be6049b --- build/pre-compile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pre-compile.js b/build/pre-compile.js index 36e6ed9da..7270bebc0 100644 --- a/build/pre-compile.js +++ b/build/pre-compile.js @@ -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',