Lodash _.remove()抛出:对象不支持属性或方法'删除'

时间:2015-01-23 10:07:12

标签: javascript lodash

我正在使用Lodash并尝试了以下remove method

_.remove(specFilterBoxItems, function (item) { return item.specId == specId });

此抛出对象不支持属性或方法'删除'。查看_对象,我看到了其他Lodash方法但没有删除方法 - 请参见下面的截图:

enter image description here

我还创建了以下看似无效的插件 - 应该列出" Joe":http://plnkr.co/edit/FUftyE3Z2cbDCFJ8tasn

方法在哪里或我缺少什么?

0 个答案:

没有答案