Skip to content

Instantly share code, notes, and snippets.

@Polyrhythm
Created November 21, 2014 23:31
Show Gist options
  • Save Polyrhythm/121f9741abf72154d1dd to your computer and use it in GitHub Desktop.
Save Polyrhythm/121f9741abf72154d1dd to your computer and use it in GitHub Desktop.
function() {
var val = input.value;
if (val) {
data.push(val);
input.value = '';
render();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment