diff --git a/testing/helpers/nativePointerMock.js b/testing/helpers/nativePointerMock.js index a8a4917a37aa..8859bc5f9fdb 100644 --- a/testing/helpers/nativePointerMock.js +++ b/testing/helpers/nativePointerMock.js @@ -469,7 +469,8 @@ $.each(result, function(i) { result[i] = createTouchByOptions(this); }); - return document.createTouchList.apply(document, result); + + return result; }; touches = createTouchListByArray(touches);