Created
November 21, 2014 23:31
-
-
Save Polyrhythm/121f9741abf72154d1dd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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