Fix whitespace/etc. in examples (#1115)

This commit is contained in:
Isiah Meadows 2016-06-18 03:39:55 -04:00 committed by GitHub
parent 8d4db4bfa9
commit 02cc4ec1d6
21 changed files with 282 additions and 283 deletions

View file

@ -54,11 +54,11 @@ function run() {
cells = cells === full ? empty : full
renderer.render(root, [view()])
setTimeout(run, 2000)
}
run()
</script>
</body>
</html>
</html>