removed eraser ( and lineJoin (buggy - temporary)

This commit is contained in:
Mahdi Dibaiee
2014-02-07 00:09:42 +03:30
parent 6693320f6a
commit 37ae783132
12 changed files with 32 additions and 23 deletions

View File

@ -17,6 +17,7 @@
longTapTimeout = null
if (touch.last) {
touch.el.trigger('longTap')
window.touchEl = touch.el;
touch = {}
}
}
@ -90,7 +91,7 @@
if((_isPointerType = isPointerEventType(e, 'move')) &&
!isPrimaryTouch(e)) return
firstTouch = _isPointerType ? e : e.touches[0]
cancelLongTap()
if( $.moveCancel ) cancelLongTap()
touch.x2 = firstTouch.pageX
touch.y2 = firstTouch.pageY