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',
'indexOf',
'initial',
'invert',
'invoke',
'isArray',
'isEmpty',
@@ -236,7 +237,9 @@
'max',
'min',
'mixin',
'omit',
'once',
'pairs',
'pick',
'reduce',
'reduceRight',
@@ -251,6 +254,7 @@
'toArray',
'uniqueId',
'value',
'values',
'without'
];

View File

@@ -259,6 +259,7 @@
'has',
'indexOf',
'initial',
'invert',
'invoke',
'isArray',
'isEmpty',
@@ -274,7 +275,9 @@
'max',
'min',
'mixin',
'omit',
'once',
'pairs',
'pick',
'reduce',
'reduceRight',
@@ -289,6 +292,7 @@
'toArray',
'uniqueId',
'value',
'values',
'without'
];