mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 15:57:48 +00:00
Update doc examples to ES2015.
This commit is contained in:
@@ -18,7 +18,7 @@ const CLONE_DEEP_FLAG = 1;
|
||||
* @returns {Function} Returns the new spec function.
|
||||
* @example
|
||||
*
|
||||
* var objects = [
|
||||
* const objects = [
|
||||
* { 'a': 2, 'b': 1 },
|
||||
* { 'a': 1, 'b': 2 }
|
||||
* ];
|
||||
|
||||
Reference in New Issue
Block a user