Skip to content

Instantly share code, notes, and snippets.

View naeluh's full-sized avatar
🌐
Busy

nick hulea naeluh

🌐
Busy
View GitHub Profile
// Keep a reference available throughout the code
var touch = null;
// Called when the document has loaded
// You may choose some other place to do this
// Needs to occur only once
function doLoad()
{
var element = null;