mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
fix(listeners) onTouchEnd -> onTouch
This commit is contained in:
parent
fef50bca82
commit
a48bf517a0
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ var Util, DOM, CloudCmd;
|
|||
|
||||
events = !isDir ? {} : {
|
||||
'dblclick' : loadDirOnce,
|
||||
'touchstart' : onTouchEnd
|
||||
'touchstart' : onTouch
|
||||
};
|
||||
|
||||
Util.copyObj(events, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue