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