lodash: Cleanup documentation. [jddalton]

Former-commit-id: 8fc7693bba4762d337bfe33d389912d37089832c
This commit is contained in:
John-David Dalton
2012-04-22 16:26:30 -04:00
parent 3f6b2d6e75
commit 89f82359c1
4 changed files with 375 additions and 314 deletions

View File

@@ -18,7 +18,7 @@
/*--------------------------------------------------------------------------*/
// set the version
license = license.replace('@VERSION', /VERSION=([\'"])(.*?)\1/.exec(src).pop());
license = license.replace('@VERSION', /VERSION:([\'"])(.*?)\1/.exec(src).pop());
// move vars exposed by Closure Compiler into the IIFE
src = src.replace(/^([^(\n]+)\s*(\(function[^)]+\){)/, '$2$1');

View File

@@ -77,7 +77,6 @@
/** Used protect the specified properties from getting minified */
var propWhitelist = [
'_',
'VERSION',
'amd',
'chain',
'clearInterval',