无法访问forEach

时间:2016-04-07 11:03:09

标签: javascript jquery

我正在使用以下代码,我想访问forEach(调试器在哪里)configEntry函数签名,是否可能?

_update: function(FileContent, configEntry) {
    var self = this;
    if (configEntry.elementId != null) {
        configEntry.elementId.forEach(function(elementEntry) {
            debugger;

        });

    }

configEntry是一个对象。

在调试模式下,ConfigEntrynull

0 个答案:

没有答案