mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 18:37:50 +00:00
Formalize all instances of meta data as metadata [ci skip]
This commit is contained in:
@@ -648,7 +648,7 @@
|
|||||||
splice = arrayRef.splice,
|
splice = arrayRef.splice,
|
||||||
unshift = arrayRef.unshift;
|
unshift = arrayRef.unshift;
|
||||||
|
|
||||||
/** Used to set meta data on functions */
|
/** Used to set metadata on functions */
|
||||||
var defineProperty = (function() {
|
var defineProperty = (function() {
|
||||||
// IE 8 only accepts DOM elements
|
// IE 8 only accepts DOM elements
|
||||||
try {
|
try {
|
||||||
@@ -1014,7 +1014,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The base implementation of `_.bind` that creates the bound function and
|
* The base implementation of `_.bind` that creates the bound function and
|
||||||
* sets its meta data.
|
* sets its metadata.
|
||||||
*
|
*
|
||||||
* @private
|
* @private
|
||||||
* @param {Array} data The metadata array.
|
* @param {Array} data The metadata array.
|
||||||
@@ -1229,7 +1229,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The base implementation of `createWrapper` that creates the wrapper and
|
* The base implementation of `createWrapper` that creates the wrapper and
|
||||||
* sets its meta data.
|
* sets its metadata.
|
||||||
*
|
*
|
||||||
* @private
|
* @private
|
||||||
* @param {Array} data The metadata array.
|
* @param {Array} data The metadata array.
|
||||||
|
|||||||
Reference in New Issue
Block a user