mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 08:37:49 +00:00
Update Backbone build method dependencies.
Former-commit-id: 808b991f6cebc72c182ce8d0def370778cce0b05
This commit is contained in:
@@ -198,8 +198,11 @@
|
||||
var backboneDependencies = [
|
||||
'bind',
|
||||
'bindAll',
|
||||
'chain',
|
||||
'clone',
|
||||
'contains',
|
||||
'countBy',
|
||||
'defaults',
|
||||
'escape',
|
||||
'every',
|
||||
'extend',
|
||||
@@ -218,6 +221,7 @@
|
||||
'isFunction',
|
||||
'isObject',
|
||||
'isRegExp',
|
||||
'isString',
|
||||
'keys',
|
||||
'last',
|
||||
'lastIndexOf',
|
||||
@@ -225,6 +229,7 @@
|
||||
'max',
|
||||
'min',
|
||||
'mixin',
|
||||
'pick',
|
||||
'reduce',
|
||||
'reduceRight',
|
||||
'reject',
|
||||
@@ -237,6 +242,7 @@
|
||||
'sortedIndex',
|
||||
'toArray',
|
||||
'uniqueId',
|
||||
'value',
|
||||
'without'
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user