]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Bug in handler event.type='touchend' 1703/head
authorwuchangming <wuchangmingnice@163.com>
Fri, 27 Nov 2015 03:16:54 +0000 (11:16 +0800)
committerwuchangming <wuchangmingnice@163.com>
Fri, 27 Nov 2015 03:16:54 +0000 (11:16 +0800)
commit7aa2fd1af37f6a5614d4b30f29bf5ca44c87f432
tree72d7c8d96ab7d295d148f338d7079625bef303a1
parent5a1c968105a26274b34e48120a58a4fb25ba1ea4
Bug in handler event.type='touchend'

In Chorme.
while event.type = "touchend” ,  event.touches is a empty TouchList,
event.touches.length === 0
src/core/core.helpers.js