X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=public%2Fbower_components%2Flodash%2Flib%2Ffp%2Ftemplate%2Fmodules%2Fconvert.jst;h=a1d266fa6428c31473dcc56fd30d1fa1e39676a1;hb=6fdab3092eb5921e04b504e7c4b8d9a83a249fb1;hp=4795dc42460855877f3fa6cd0ed92a3655e50f67;hpb=92637af87fcc7d9b13774acc187fd2e85d866a5e;p=motion.git diff --git a/public/bower_components/lodash/lib/fp/template/modules/convert.jst b/public/bower_components/lodash/lib/fp/template/modules/convert.jst index 4795dc4..a1d266f 100644 --- a/public/bower_components/lodash/lib/fp/template/modules/convert.jst +++ b/public/bower_components/lodash/lib/fp/template/modules/convert.jst @@ -3,8 +3,7 @@ var baseConvert = require('./_baseConvert'), /** * Converts `func` of `name` to an immutable auto-curried iteratee-first data-last - * version with conversion `options` applied. If `name` is an object its methods - * will be converted. + * version. If `name` is an object its methods will be converted. * * @param {string} name The name of the function to wrap. * @param {Function} [func] The function to wrap.