From 8a7fce41bbc6e94dcb6ac6b9182a27167f2a5599 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 24 Jan 2016 17:34:14 -0800 Subject: [PATCH] Add `invokeMap` to the excused methods in Backbone tests. --- test/backbone.html | 1 + 1 file changed, 1 insertion(+) diff --git a/test/backbone.html b/test/backbone.html index 78682abdb..dd3df9fe0 100644 --- a/test/backbone.html +++ b/test/backbone.html @@ -51,6 +51,7 @@ 'groupBy', 'includes', 'invert', + 'invokeMap', 'keyBy', 'omit', 'partition',