fix(listeners) onTouchEnd -> onTouch

This commit is contained in:
coderaiser 2014-03-24 05:48:51 -04:00
parent fef50bca82
commit a48bf517a0

View file

@ -141,7 +141,7 @@ var Util, DOM, CloudCmd;
events = !isDir ? {} : {
'dblclick' : loadDirOnce,
'touchstart' : onTouchEnd
'touchstart' : onTouch
};
Util.copyObj(events, {