mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
Update Backbone method dependencies.
Former-commit-id: 031a5f31c289ad32c8ef0d30272a02c756a341ce
This commit is contained in:
4
build.js
4
build.js
@@ -221,6 +221,7 @@
|
|||||||
'has',
|
'has',
|
||||||
'indexOf',
|
'indexOf',
|
||||||
'initial',
|
'initial',
|
||||||
|
'invert',
|
||||||
'invoke',
|
'invoke',
|
||||||
'isArray',
|
'isArray',
|
||||||
'isEmpty',
|
'isEmpty',
|
||||||
@@ -236,7 +237,9 @@
|
|||||||
'max',
|
'max',
|
||||||
'min',
|
'min',
|
||||||
'mixin',
|
'mixin',
|
||||||
|
'omit',
|
||||||
'once',
|
'once',
|
||||||
|
'pairs',
|
||||||
'pick',
|
'pick',
|
||||||
'reduce',
|
'reduce',
|
||||||
'reduceRight',
|
'reduceRight',
|
||||||
@@ -251,6 +254,7 @@
|
|||||||
'toArray',
|
'toArray',
|
||||||
'uniqueId',
|
'uniqueId',
|
||||||
'value',
|
'value',
|
||||||
|
'values',
|
||||||
'without'
|
'without'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -259,6 +259,7 @@
|
|||||||
'has',
|
'has',
|
||||||
'indexOf',
|
'indexOf',
|
||||||
'initial',
|
'initial',
|
||||||
|
'invert',
|
||||||
'invoke',
|
'invoke',
|
||||||
'isArray',
|
'isArray',
|
||||||
'isEmpty',
|
'isEmpty',
|
||||||
@@ -274,7 +275,9 @@
|
|||||||
'max',
|
'max',
|
||||||
'min',
|
'min',
|
||||||
'mixin',
|
'mixin',
|
||||||
|
'omit',
|
||||||
'once',
|
'once',
|
||||||
|
'pairs',
|
||||||
'pick',
|
'pick',
|
||||||
'reduce',
|
'reduce',
|
||||||
'reduceRight',
|
'reduceRight',
|
||||||
@@ -289,6 +292,7 @@
|
|||||||
'toArray',
|
'toArray',
|
||||||
'uniqueId',
|
'uniqueId',
|
||||||
'value',
|
'value',
|
||||||
|
'values',
|
||||||
'without'
|
'without'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user