Built motion from commit 1038d87.|0.0.141
[motion.git] / public / bower_components / lodash / fp / _convertBrowser.js
index 1874a54..fbd2174 100644 (file)
@@ -1,10 +1,9 @@
 var baseConvert = require('./_baseConvert');
 
 /**
- * Converts `lodash` to an immutable auto-curried iteratee-first data-last
- * version with conversion `options` applied.
+ * Converts `lodash` to an immutable auto-curried iteratee-first data-last version.
  *
- * @param {Function} lodash The lodash function to convert.
+ * @param {Function} lodash The lodash function.
  * @param {Object} [options] The options object. See `baseConvert` for more details.
  * @returns {Function} Returns the converted `lodash`.
  */