X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=public%2Fbower_components%2Flodash%2Flib%2Fmain%2Fbuild-doc.js;h=e4057260ef3cf3e04d6fe84118722671c31f92ff;hb=6fdab3092eb5921e04b504e7c4b8d9a83a249fb1;hp=97569549c0350fccc728bd060019cfe393d6d7f5;hpb=92637af87fcc7d9b13774acc187fd2e85d866a5e;p=motion.git diff --git a/public/bower_components/lodash/lib/main/build-doc.js b/public/bower_components/lodash/lib/main/build-doc.js index 9756954..e405726 100644 --- a/public/bower_components/lodash/lib/main/build-doc.js +++ b/public/bower_components/lodash/lib/main/build-doc.js @@ -33,13 +33,8 @@ var config = { }; function postprocess(string) { - // Fix docdown bugs. - return string - // Repair the default value of `chars`. - // See https://github.com/eslint/doctrine/issues/157 for more details. - .replace(/\bchars=''/g, "chars=' '") - // Wrap symbol property identifiers in brackets. - .replace(/\.(Symbol\.(?:[a-z]+[A-Z]?)+)/g, '[$1]'); + // Fix docdown bug by wrapping symbol property identifiers in brackets. + return string.replace(/\.(Symbol\.(?:[a-z]+[A-Z]?)+)/g, '[$1]'); } /*----------------------------------------------------------------------------*/