Updated bower libs.

This commit is contained in:
baldo 2016-06-11 17:57:30 +02:00
parent f310b8f097
commit 98d5fde88a
71 changed files with 4482 additions and 49918 deletions
app/bower_components/lodash/lib/main

View file

@ -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]');
// Wrap symbol property identifiers in brackets.
return string.replace(/\.(Symbol\.(?:[a-z]+[A-Z]?)+)/g, '[$1]');
}
/*----------------------------------------------------------------------------*/