mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 10:27:49 +00:00
Bump to v3.3.0.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
define([], function() {
|
||||
|
||||
/**
|
||||
* A no-operation function.
|
||||
* A no-operation function which returns `undefined` regardless of the
|
||||
* arguments it receives.
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
@@ -9,6 +10,7 @@ define([], function() {
|
||||
* @example
|
||||
*
|
||||
* var object = { 'user': 'fred' };
|
||||
*
|
||||
* _.noop(object) === undefined;
|
||||
* // => true
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user