Update Backbone method dependencies.

Former-commit-id: 031a5f31c289ad32c8ef0d30272a02c756a341ce
This commit is contained in:
John-David Dalton
2013-03-23 23:24:25 -07:00
parent 2705a488ad
commit bbfd8aa249
2 changed files with 8 additions and 0 deletions

View File

@@ -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'
]; ];

View File

@@ -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'
]; ];