Skip to content

Instantly share code, notes, and snippets.

@nmorris
Last active March 20, 2017 16:31
Show Gist options
  • Save nmorris/6fda3f6837e7dca3d5085b79506325f2 to your computer and use it in GitHub Desktop.
Save nmorris/6fda3f6837e7dca3d5085b79506325f2 to your computer and use it in GitHub Desktop.
<script type="text/javascript" src="diff.js"></script>
<script type = "statebus"> # -*- mode: coffee -*-
dom.BODY = ->
DIV null,
style:
position: 'relative'
width: 300
height: 300
overflow: 'scroll'
TEXTAREA
value: 'text on render'
onChange: (e) =>
console.log('changed')
</script>
<script src="https://stateb.us/client5.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment