Closed malangfox closed 2 years ago
Unit test errors caused by recent changes have been fixed.
Codes that did not match the unit test's behavior have been fixed.
instanceof TouchEvent
hasOwnProperty("touches")
The remaining errors are as follows, and they will be fixed ASAP after v3 release.
hammer.handlers["panstart"]
Details
Unit test errors caused by recent changes have been fixed.
Codes that did not match the unit test's behavior have been fixed.
instanceof TouchEvent
, usehasOwnProperty("touches")
instead.The remaining errors are as follows, and they will be fixed ASAP after v3 release.
hammer.handlers["panstart"]
with sinon.