mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 07:47:49 +00:00
Update doc examples to ES2015.
This commit is contained in:
@@ -21,7 +21,7 @@ const CLONE_SYMBOLS_FLAG = 4;
|
||||
* }
|
||||
* }
|
||||
*
|
||||
* var el = cloneDeepWith(document.body, customizer);
|
||||
* const el = cloneDeepWith(document.body, customizer);
|
||||
*
|
||||
* console.log(el === document.body);
|
||||
* // => false
|
||||
|
||||
Reference in New Issue
Block a user