mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
fp docs - Remove notes about mutation in description.
This commit is contained in:
committed by
John-David Dalton
parent
6f4099c20b
commit
02bea6534c
@@ -1,4 +1,5 @@
|
||||
var Entry = require('docdown/lib/entry'),
|
||||
getUpdatedDesc = require('./description'),
|
||||
getReorderedParams = require('./parameters'),
|
||||
getReorderedExample = require('./example');
|
||||
|
||||
@@ -6,6 +7,7 @@ var Entry = require('docdown/lib/entry'),
|
||||
* Updates `docdown` `Entry`'s prototype so that parameters/arguments are reordered according to `mapping`.
|
||||
*/
|
||||
module.exports = function applyFPMapping(mapping) {
|
||||
Entry.prototype.getDesc = getUpdatedDesc;
|
||||
Entry.prototype.getParams = getReorderedParams(mapping);
|
||||
Entry.prototype.getExample = getReorderedExample(mapping);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user