TypeError:'undefined'不是对象(评估'ev.touches.length')

时间:2013-09-04 15:04:57

标签: javascript jquery hammer.js

我有以下错误

TypeError:'undefined'不是对象(评估'ev.touches.length') 在jquery.hammer.js文件中生成此错误的行是289:

// touch
else if(sourceEventType.match(/touch/)) {
     count_touches = ev.touches.length;
}

...

$('#detail').on('touchend', '.close', function (e) {
    $('.detail-overlay').trigger('touchend'); // Web inspector error starts here
});

如何解决这个问题?

0 个答案:

没有答案