blackberry/WebWorks-API-Docs

HTML5 Element Touch Events page has typos in code samples

Opened this issue · 0 comments

https://developer.blackberry.com/html5/api/element.html

  1. I < e. touches.length -> this should be i
  2. end curly bracket missing.
  3. preventMove = function(e) { evt.preventDefault(); } -> this should be e.preventDefault();

Sent in from developer through our Facebook account.