mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 08:57:49 +00:00
Update doc examples to ES2015.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* @returns {*} Returns `value`.
|
||||
* @example
|
||||
*
|
||||
* var object = { 'a': 1 };
|
||||
* const object = { 'a': 1 };
|
||||
*
|
||||
* console.log(identity(object) === object);
|
||||
* // => true
|
||||
|
||||
Reference in New Issue
Block a user