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',