From bbfd8aa249edd3cb3a8ac99e5bc1eea60e98de5a Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 23 Mar 2013 23:24:25 -0700 Subject: [PATCH] Update Backbone method dependencies. Former-commit-id: 031a5f31c289ad32c8ef0d30272a02c756a341ce --- build.js | 4 ++++ test/test-build.js | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/build.js b/build.js index ce59e1025..ca3257d7f 100755 --- a/build.js +++ b/build.js @@ -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' ]; diff --git a/test/test-build.js b/test/test-build.js index d97104a76..9d3ab240f 100644 --- a/test/test-build.js +++ b/test/test-build.js @@ -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' ];