Skip to content

Instantly share code, notes, and snippets.

@bilalucar
Created June 7, 2017 12:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bilalucar/c01222760452c521db89f859ea025752 to your computer and use it in GitHub Desktop.
Save bilalucar/c01222760452c521db89f859ea025752 to your computer and use it in GitHub Desktop.
Medium Menu -5
document.addEventListener('mousedown', onMouseDown);
document.addEventListener('mouseup', onMouseUp);
var temp = document.querySelector('#shareBoxTemplate');
function onMouseDown() {
}
function onMouseUp() {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment